Skip to content

Commit 5894ccf

Browse files
Update hashicorp/azurerm requirement from ~> 3.116 to ~> 4.66
Updates the requirements on [hashicorp/azurerm](https://github.com/hashicorp/terraform-provider-azurerm) to permit the latest version. - [Release notes](https://github.com/hashicorp/terraform-provider-azurerm/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-azurerm/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-provider-azurerm@v3.116.0...v4.66.0) --- updated-dependencies: - dependency-name: hashicorp/azurerm dependency-version: 4.66.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 023ca93 commit 5894ccf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

terraform-infrastructure/provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
required_providers {
44
azurerm = {
55
source = "hashicorp/azurerm"
6-
version = "~> 3.116"
6+
version = "~> 4.66"
77
}
88
azapi = {
99
source = "azure/azapi"

0 commit comments

Comments
 (0)