outerbounds / terraform-aws-metaflow

Deploy production-grade Metaflow cloud infrastructure on AWS
https://registry.terraform.io/modules/outerbounds/metaflow/aws/latest
Apache License 2.0
58 stars 49 forks source link

VPC module in README is very out of date #73

Open rsmith013 opened 1 year ago

rsmith013 commented 1 year ago

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]

mSounak commented 1 year ago

I have created a PR for it #75