diff --git a/_example/complete/example.tf b/_example/complete/example.tf index b3a1921..f7a2a20 100644 --- a/_example/complete/example.tf +++ b/_example/complete/example.tf @@ -39,7 +39,7 @@ module "vnet" { ##----------------------------------------------------------------------------- module "name_specific_subnet" { source = "clouddrove/subnet/azure" - version = "1.1.0" + version = "1.2.1" name = "app" environment = "test" resource_group_name = module.resource_group.resource_group_name