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

resource/aws_ssm_activation: Only retry CreateActivation on IAM eventual consistency error, allow retries for standard 2 minutes #14263

Merged
merged 1 commit into from Jul 22, 2020

Commits on Jul 21, 2020

  1. resource/aws_ssm_activation: Only retry CreateActivation on IAM event…

    …ual consistency error, allow retries for standard 2 minutes
    
    Reference: #13409
    
    API does not seem to validate IAM Role permissions on creation.
    
    Output from acceptance testing:
    
    ```
    --- PASS: TestAccAWSSSMActivation_expirationDate (19.17s)
    --- PASS: TestAccAWSSSMActivation_disappears (25.22s)
    --- PASS: TestAccAWSSSMActivation_basic (27.39s)
    --- PASS: TestAccAWSSSMActivation_update (37.23s)
    ```
    bflad committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    81afbfc View commit details
    Browse the repository at this point in the history