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 v7.2.0

See merge request claranet/projects/cloud/azure/terraform/modules/vpn!86
  • Loading branch information
OneGit service account - Renovate committed Oct 4, 2024
2 parents 2af183a + 47d8ec8 commit eec0c44
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 @@ -131,7 +131,7 @@ module "vpn_gw" {
| Name | Source | Version |
|------|--------|---------|
| diagnostics | claranet/diagnostic-settings/azurerm | ~> 6.5.0 |
| subnet\_gateway | claranet/subnet/azurerm | 7.1.0 |
| subnet\_gateway | claranet/subnet/azurerm | 7.2.0 |

## Resources

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

for_each = toset(var.subnet_gateway_cidr != null ? ["subnet_gw"] : [])

Expand Down

0 comments on commit eec0c44

Please sign in to comment.