Skip to content

Commit db891d1

Browse files
Update hashicorp/azurerm requirement from ~> 3.0 to ~> 4.44
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.0.0...v4.44.0) --- updated-dependencies: - dependency-name: hashicorp/azurerm dependency-version: 4.44.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 78c3371 commit db891d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

terraform/infrastructure.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ terraform {
66
required_providers {
77
azurerm = {
88
source = "hashicorp/azurerm"
9-
version = "~> 3.0"
9+
version = "~> 4.44"
1010
}
1111
azuread = {
1212
source = "hashicorp/azuread"

0 commit comments

Comments
 (0)