Skip to content

Commit 7d3f2e3

Browse files
Update hashicorp/azurerm requirement from ~> 3.95.0 to ~> 3.96.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@v3.95.0...v3.96.0) --- updated-dependencies: - dependency-name: hashicorp/azurerm dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 94a68de commit 7d3f2e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/main.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 = "~> 3.95.0"
7+
version = "~> 3.96.0"
88
}
99
}
1010

0 commit comments

Comments
 (0)