-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
Fix bluegreen deployment changes for ECS #11885
Conversation
Awesome! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks @ImFlog 🚀
Verified new testing on master fails:
TestAccAWSCodeDeployDeploymentGroup_ECS_BlueGreen: testing.go:654: Step 1 error: errors during apply:
Error: Error updating CodeDeploy deployment group: InvalidAutoScalingGroupException: For ECS deployment group, autoScalingGroups can not be specified
Then fix works as expected, output from acceptance testing:
--- PASS: TestAccAWSCodeDeployDeploymentGroup_alarmConfiguration_create (44.76s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_alarmConfiguration_delete (134.22s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_alarmConfiguration_disable (49.17s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_alarmConfiguration_update (66.24s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_autoRollbackConfiguration_create (33.51s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_autoRollbackConfiguration_delete (46.52s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_autoRollbackConfiguration_disable (38.05s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_autoRollbackConfiguration_update (31.32s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_basic (77.12s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_basic_tagSet (78.35s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_blueGreenDeployment_complete (30.40s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_blueGreenDeploymentConfiguration_create (133.17s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_blueGreenDeploymentConfiguration_delete (43.16s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_blueGreenDeploymentConfiguration_update (28.42s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_blueGreenDeploymentConfiguration_update_with_asg (141.84s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_deploymentStyle_create (24.48s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_deploymentStyle_default (50.04s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_deploymentStyle_delete (69.77s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_deploymentStyle_update (82.09s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_disappears (26.67s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_ECS_BlueGreen (313.78s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_inPlaceDeploymentWithTrafficControl_create (25.49s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_inPlaceDeploymentWithTrafficControl_update (48.17s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_loadBalancerInfo_create (46.85s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_loadBalancerInfo_delete (30.40s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_loadBalancerInfo_targetGroupInfo_create (28.59s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_loadBalancerInfo_targetGroupInfo_delete (32.31s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_loadBalancerInfo_targetGroupInfo_update (32.88s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_loadBalancerInfo_update (38.29s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_onPremiseTag (30.71s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_triggerConfiguration_basic (32.39s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_triggerConfiguration_multiple (45.11s)
This has been released in version 2.56.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
1 similar comment
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Closes #7128
Release note for CHANGELOG:
Output from acceptance testing: