Skip to content

Commit 4ac3971

Browse files
Update hashicorp/azurerm requirement from ~> 4.30.0 to ~> 4.32.0
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.30.0...v4.32.0) --- updated-dependencies: - dependency-name: hashicorp/azurerm dependency-version: 4.32.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 353c457 commit 4ac3971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
azurerm = {
66
source = "hashicorp/azurerm"
7-
version = "~> 4.30.0"
7+
version = "~> 4.32.0"
88
}
99
random = {
1010
source = "hashicorp/random"

0 commit comments

Comments
 (0)