WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 3e17dda

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)