Skip to content

VPC module in README is very out of date #73

@rsmith013

Description

@rsmith013

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]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions