Skip to content

Commit 3e17dda

Browse files
fix: pin vcs provider versions (#112)
1 parent be1ffe3 commit 3e17dda

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

modules/azure_devops/terraform.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
azuredevops = {
44
source = "microsoft/azuredevops"
5-
version = "~> 1.7"
5+
version = "1.11.2"
66
}
77
}
88
}

modules/github/terraform.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
github = {
44
source = "integrations/github"
5-
version = "~> 6.5"
5+
version = "6.8.1"
66
}
77
}
88
}

0 commit comments

Comments
 (0)