Skip to content

Commit

Permalink
Merge branch 'renovate/claranet-subnet-azurerm-7.x' into 'master'
Browse files Browse the repository at this point in the history
chore(deps): update dependency claranet/subnet/azurerm to ~> 7.2.0

See merge request claranet/projects/cloud/azure/terraform/modules/support!90
  • Loading branch information
OneGit service account - Renovate committed Oct 4, 2024
2 parents 1053c3d + d5d9f3c commit da4c98e
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 @@ -143,7 +143,7 @@ module "support" {
| bastion\_vm | claranet/linux-vm/azurerm | ~> 7.12.0 |
| claranet\_gallery\_images | claranet/claranet-gallery-images/azapi | ~> 7.0.0 |
| support\_nsg | claranet/nsg/azurerm | ~> 7.8.0 |
| support\_subnet | claranet/subnet/azurerm | ~> 7.1.0 |
| support\_subnet | claranet/subnet/azurerm | ~> 7.2.0 |

## Resources

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

environment = var.environment
location_short = var.location_short
Expand Down

0 comments on commit da4c98e

Please sign in to comment.