diff --git a/_example/anomaly_example/example.tf b/_example/anomaly_example/example.tf index e0d5dfe..93f6f13 100644 --- a/_example/anomaly_example/example.tf +++ b/_example/anomaly_example/example.tf @@ -23,7 +23,7 @@ module "vpc" { ##----------------------------------------------------- module "public_subnets" { source = "clouddrove/subnet/aws" - version = "2.0.0" + version = "2.0.1" name = "public-subnet" environment = "test" diff --git a/_example/basic_example/example.tf b/_example/basic_example/example.tf index 39ac25b..0aada8e 100644 --- a/_example/basic_example/example.tf +++ b/_example/basic_example/example.tf @@ -23,7 +23,7 @@ module "vpc" { ##----------------------------------------------------- module "public_subnets" { source = "clouddrove/subnet/aws" - version = "2.0.0" + version = "2.0.1" name = "public-subnet" environment = "test" @@ -42,7 +42,7 @@ module "public_subnets" { ##----------------------------------------------------- module "ec2" { source = "clouddrove/ec2/aws" - version = "2.0.0" + version = "2.0.1" name = "ec2-instance" environment = "test" label_order = ["name", "environment"] diff --git a/_example/expression_example/example.tf b/_example/expression_example/example.tf index 01c54d6..583e0a8 100644 --- a/_example/expression_example/example.tf +++ b/_example/expression_example/example.tf @@ -23,7 +23,7 @@ module "vpc" { ##----------------------------------------------------- module "public_subnets" { source = "clouddrove/subnet/aws" - version = "2.0.0" + version = "2.0.1" name = "public-subnet" environment = "test" @@ -42,7 +42,7 @@ module "public_subnets" { ##----------------------------------------------------- module "ec2" { source = "clouddrove/ec2/aws" - version = "2.0.0" + version = "2.0.1" name = "ec2-instance" environment = "test"