Skip to content

Commit

Permalink
Update Terraform azurerm to v3.101.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 26, 2024
1 parent e4cb183 commit 3301f64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Azure-Container-App-Terraform/Terraform/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.85.0"
version = "3.101.0"
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.85.0"
version = "3.101.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion Terraform-azapi-update-resource/terraform/providers.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
provider "azurerm" {
version = "3.85.0"
version = "3.101.0"
features {}
}

Expand Down

0 comments on commit 3301f64

Please sign in to comment.