Skip to content

Commit

Permalink
Update Terraform azurerm to v3.104.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 21, 2024
1 parent c499d68 commit 27a653a
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.104.2"
}
}

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.104.2"
}
}
}
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.104.2"
features {}
}

Expand Down

0 comments on commit 27a653a

Please sign in to comment.