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_autoscaling_group: Retry creation for eventual consistency with launch template IAM instance profile #5633

Merged
merged 1 commit into from
Aug 30, 2018

Commits on Aug 21, 2018

  1. resource/aws_autoscaling_group: Retry creation for eventual consisten…

    …cy with launch template IAM instance profile
    
    Previously:
    
    ```
    --- FAIL: TestAccAWSAutoScalingGroup_LaunchTemplate_IAMInstanceProfile (14.43s)
    	testing.go:527: Step 0 error: Error applying: 1 error occurred:
    			* aws_autoscaling_group.test: 1 error occurred:
    			* aws_autoscaling_group.test: Error creating AutoScaling Group: ValidationError: You must use a valid fully-formed launch template. Value (tf-acc-test-6643732652421074386) for parameter iamInstanceProfile.name is invalid. Invalid IAM Instance Profile name
    ```
    
    After code changes:
    
    ```
    --- PASS: TestAccAWSAutoScalingGroup_LaunchTemplate_IAMInstanceProfile (59.25s)
    ```
    bflad committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    57082d1 View commit details
    Browse the repository at this point in the history