Skip to content

Commit

Permalink
Bumped azurerm version to v4.18.0 (#37)
Browse files Browse the repository at this point in the history
Co-authored-by: sonal.patel <[email protected]>
  • Loading branch information
sonalpatel38-nhs and sonal.patel authored Feb 8, 2025
1 parent 9198ba4 commit 655e70a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infrastructure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "4.3.0"
version = "4.18.0"
}
azapi = {
source = "Azure/azapi"
Expand Down
2 changes: 1 addition & 1 deletion tests/integration-tests/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "4.3.0"
version = "4.18.0"
}
azapi = {
source = "Azure/azapi"
Expand Down

0 comments on commit 655e70a

Please sign in to comment.