Skip to content

Commit cd9b983

Browse files
Update hashicorp/azurerm requirement from ~> 4.53.0 to ~> 4.54.0 (#25)
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.53.0...v4.54.0) --- updated-dependencies: - dependency-name: hashicorp/azurerm dependency-version: 4.54.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 35bbceb commit cd9b983

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.53.0"
7+
version = "~> 4.54.0"
88
}
99
random = {
1010
source = "hashicorp/random"

0 commit comments

Comments
 (0)