Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
Benbentwo committed Jan 26, 2024
1 parent e81c023 commit fdafa12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ provider "aws" {

module "vpc" {
source = "cloudposse/vpc/aws"
version = "0.17.0"
version = "2.1.1"

cidr_block = "172.16.0.0/16"

Expand All @@ -13,7 +13,7 @@ module "vpc" {

module "subnets" {
source = "cloudposse/dynamic-subnets/aws"
version = "0.28.0"
version = "2.4.1"

availability_zones = var.availability_zones
vpc_id = module.vpc.vpc_id
Expand All @@ -27,7 +27,7 @@ module "subnets" {

module "efs" {
source = "cloudposse/efs/aws"
version = "0.19.0"
version = "0.35.0"

region = var.region
vpc_id = module.vpc.vpc_id
Expand Down

0 comments on commit fdafa12

Please sign in to comment.