diff --git a/_example/example.tf b/_example/example.tf index bba80a3..f7103fa 100644 --- a/_example/example.tf +++ b/_example/example.tf @@ -4,7 +4,7 @@ provider "aws" { module "vpc" { source = "clouddrove/vpc/aws" - version = "0.15.0" + version = "0.15.1" vpc_enabled = true enable_flow_log = false @@ -19,7 +19,7 @@ module "vpc" { module "subnets" { source = "clouddrove/subnet/aws" - version = "0.15.0" + version = "0.15.3" nat_gateway_enabled = true