From 47d8ec83a11f7342c69a87af1849d4965d4c064c Mon Sep 17 00:00:00 2001 From: OneGit service account - Renovate Date: Fri, 4 Oct 2024 07:27:31 +0000 Subject: [PATCH] chore(deps): update dependency claranet/subnet/azurerm to v7.2.0 --- README.md | 2 +- r-subnet.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c0aeb9..c2acb5e 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/r-subnet.tf b/r-subnet.tf index af4d57a..dd3befc 100644 --- a/r-subnet.tf +++ b/r-subnet.tf @@ -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"] : [])