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: Support eventually consistent aws_security_group_rule #6325

Merged

Commits on Apr 21, 2016

  1. TF-6256 - SG Rule Retry

    - Preferring slower but consistent runs when AWS API calls do not properly return the SG Rule in the list of ingress/egress rules.
    - Testing has shown that several times that we had to exceed 20 attempts
    before the SG was actually returned
    jrnt30 committed Apr 21, 2016
    Configuration menu
    Copy the full SHA
    c1bb8b4 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2016

  1. TF-6256 - Refactor of rule lookup

    - Adjusting to use resource.Retry
    - Extract lookup method for matching ipPermissions set
    jrnt30 committed Apr 25, 2016
    Configuration menu
    Copy the full SHA
    eb3110e View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into TF-6256-AWS-Securit…

    …y-Group-Rule-Evn-Consis
    jrnt30 committed Apr 25, 2016
    Configuration menu
    Copy the full SHA
    70bff98 View commit details
    Browse the repository at this point in the history