Skip to content

Commit

Permalink
chore(deps): update terraform claranet/regions/azurerm to ~> 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OneGit service account - Renovate committed Aug 23, 2024
1 parent 7c71184 commit 9c41e83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ module "vm" {

| Name | Source | Version |
|------|--------|---------|
| azure\_region | claranet/regions/azurerm | ~> 7.1.0 |
| azure\_region | claranet/regions/azurerm | ~> 7.2.0 |
| vm\_logs | claranet/vm-logs/azurerm | 4.2.0 |
| vm\_os\_disk\_tagging | claranet/tagging/azurerm | 6.0.1 |

Expand Down
2 changes: 1 addition & 1 deletion r-common.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "azure_region" {
source = "claranet/regions/azurerm"
version = "~> 7.1.0"
version = "~> 7.2.0"

azure_region = var.location
}

0 comments on commit 9c41e83

Please sign in to comment.