terraform-aws-metaflow icon indicating copy to clipboard operation
terraform-aws-metaflow copied to clipboard

VPC module in README is very out of date

Open rsmith013 opened this issue 2 years ago • 1 comments

Version 5.1.1 is now available, updating to this solves an unexpected attribute error but the outputs have changed.

module "vpc" {
source  = "terraform-aws-modules/vpc/aws"
version = "5.1.1"

The output: module.vpc.vpc_cidr_blocks no longer exists and should be replaced with [module.vpc.vpc_cidr_block]

rsmith013 avatar Aug 29 '23 14:08 rsmith013

I have created a PR for it #75

mSounak avatar Sep 08 '23 07:09 mSounak