Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support secondary CIDR blocks #162

Closed
wants to merge 1 commit into from
Closed

Support secondary CIDR blocks #162

wants to merge 1 commit into from

Commits on Aug 30, 2018

  1. Support secondary CIDR blocks

    Secondary CIDR blocks allow adding network space to a VPC. They need to
    be created right after the VPC itself, before any other resources,
    because the other resources may use this additional network space. By
    using a vpc_id variable that depends on the CIDR block, all dependencies
    on the VPC other than the CIDR block association must wait for it even
    though they do not explicitly use any values from the resource.
    
    Fixes #160, and directly based on the comments there.
    
    Signed-off-by: Matthias Rampke <mr@soundcloud.com>
    Matthias Rampke committed Aug 30, 2018
    Configuration menu
    Copy the full SHA
    1d07fd3 View commit details
    Browse the repository at this point in the history