diff --git a/_example/example.tf b/_example/example.tf index 30d34b1..26f4c7b 100644 --- a/_example/example.tf +++ b/_example/example.tf @@ -27,7 +27,7 @@ module "vpc" { #tfsec:ignore:aws-ec2-no-public-ingress-acl module "subnets" { source = "clouddrove/subnet/aws" - version = "2.0.0" + version = "2.0.1" nat_gateway_enabled = true name = local.name