Skip to content

Commit

Permalink
Fix provider version
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredfholgate committed Nov 29, 2024
1 parent 3c92c64 commit d32419a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion alz/azuredevops/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
}
azapi = {
source = "azure/azapi"
version = "~> 1.13"
version = "~> 2.0"
}
azuredevops = {
source = "microsoft/azuredevops"
Expand Down
2 changes: 1 addition & 1 deletion alz/github/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
}
azapi = {
source = "azure/azapi"
version = "~> 1.13"
version = "~> 2.0"
}
github = {
source = "integrations/github"
Expand Down
2 changes: 1 addition & 1 deletion alz/local/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
}
azapi = {
source = "azure/azapi"
version = "~> 1.13"
version = "~> 2.0"
}
local = {
source = "hashicorp/local"
Expand Down
2 changes: 1 addition & 1 deletion modules/azure/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}
azapi = {
source = "azure/azapi"
version = "~> 1.13"
version = "~> 2.0"
}
http = {
source = "hashicorp/http"
Expand Down

0 comments on commit d32419a

Please sign in to comment.