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"] : [])