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: Wait for NACL rule to be visible #4734

Merged
merged 1 commit into from
Jan 22, 2016

Commits on Jan 19, 2016

  1. provider/aws: Wait for NACL rule to be visible

    Fixes #4721. It seems there may be some eventual consistency in the API
    for network ACLs. This fix doesn't use resource.WaitForState() as there
    the NACL is not something that can be looked up by ID and has a
    property which determines if it is present.
    
    Instead we reuse the findNetworkAclRule function which the Read function
    exhibiting the problem uses, and retry over a 3 minute period, returning
    an error message informing the user that running `terraform apply` again
    will likely allow them to continue.
    jen20 committed Jan 19, 2016
    Configuration menu
    Copy the full SHA
    7620381 View commit details
    Browse the repository at this point in the history