Skip to content

Commit 84dd90b

Browse files
terraform provider updates available: update hashicorp/azurerm requirement from >= 4.0, < 4.40.0 to >= 4.0, < 4.56.1
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@v4.0.0...v4.56.0) --- updated-dependencies: - dependency-name: hashicorp/azurerm dependency-version: 4.56.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4b7b937 commit 84dd90b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

providers.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ terraform {
77
required_providers {
88
azurerm = {
99
source = "hashicorp/azurerm"
10-
version = ">= 4.0, < 4.40.0"
10+
version = ">= 4.0, < 4.56.1"
1111
}
1212
}
1313
}

0 commit comments

Comments
 (0)