• Anton Babenko's avatar
    Add secondary CIDR block support (#163) · d7224309
    Anton Babenko authored
    * Add secondary CIDR block support using a local variable to derive the vpc id to ensure the CIDR block operations are applied before the CIDR operations
    
    * Add secondary cidr block outputs to module output
    
    * Add the wonderful examples from matthiasr's PR located at https://github.com/terraform-aws-modules/terraform-aws-vpc/pull/162 all credit goes to them for this wonderful example
    
    * From copy and paste accidentally used variable name that differed from these variables
    
    * Resolve typo in secondary_cidr_blocks
    
    * Fixed README formatting
    
    * Followups for #161
    
    * Added local.vpc_id with description
    d7224309
Name
Last commit
Last update
..
complete-vpc Loading commit data...
issue-108-route-already-exists Loading commit data...
issue-44-asymmetric-private-subnets Loading commit data...
issue-46-no-private-subnets Loading commit data...
manage-default-vpc Loading commit data...
secondary-cidr-blocks Loading commit data...
simple-vpc Loading commit data...
test_fixture Loading commit data...
vpc-separate-private-route-tables Loading commit data...