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

Avoid unnecessary updating of aws_subnet #898

Merged
merged 1 commit into from
Feb 1, 2015

Commits on Jan 30, 2015

  1. Avoid unnecessary updating of aws_subnet

    If map_public_ip_on_launch was not specified, AWS picks a default of
    "0", which is different than the "" in the state file, triggerinng an
    update each time. Mark that parameter as Computed, avoiding the update.
    Phil Frost committed Jan 30, 2015
    Configuration menu
    Copy the full SHA
    863fd0c View commit details
    Browse the repository at this point in the history