We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be1ffe3 commit 3e17ddaCopy full SHA for 3e17dda
2 files changed
modules/azure_devops/terraform.tf
@@ -2,7 +2,7 @@ terraform {
2
required_providers {
3
azuredevops = {
4
source = "microsoft/azuredevops"
5
- version = "~> 1.7"
+ version = "1.11.2"
6
}
7
8
modules/github/terraform.tf
github = {
source = "integrations/github"
- version = "~> 6.5"
+ version = "6.8.1"
0 commit comments