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

provider/aws: aws_vpn_gateway_route_propagation resource #15137

Merged
merged 1 commit into from
Jun 9, 2017

Commits on Jun 7, 2017

  1. provider/aws: aws_vpn_gateway_route_propagation resource

    This is a separate resource that serves a similar purpose to the
    propagating_vgws argument on aws_route_table, but allows route
    propagations to be created independently of the route table, which in
    turn allows the VPN gateway to be created after the route table it will
    contribute to, possibly in a separate Terraform module.
    
    To make this work, propagating_vgws on aws_route_table is now marked
    as Computed, meaning that it won't try to delete any existing propagation
    edges if there is no setting for it in configuration at all. This allows
    the user to choose whether to use the argument or the separate resource,
    though using both together will not work, as explained in the docs.
    apparentlymart committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    1aff439 View commit details
    Browse the repository at this point in the history