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

r/codedeploy_deployment_group - add attributes & tagging support #18716

Merged

Conversation

DrFaust92
Copy link
Collaborator

@DrFaust92 DrFaust92 commented Apr 9, 2021

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for pull request followers and do not help prioritize the request

Relates #8774

Output from acceptance testing:

$ make testacc TESTARGS='-run=TestAccAWSCodeDeployDeploymentGroup_'
--- PASS: TestAccAWSCodeDeployDeploymentGroup_loadBalancerInfo_targetGroupInfo_create (75.49s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_deploymentStyle_default (79.67s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_autoRollbackConfiguration_create (90.66s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_loadBalancerInfo_create (105.89s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_deploymentStyle_create (106.83s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_alarmConfiguration_create (110.06s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_alarmConfiguration_update (134.43s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_deploymentStyle_update (134.45s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_alarmConfiguration_disable (140.40s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_disappears (65.04s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_inPlaceDeploymentWithTrafficControl_update (141.15s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_basic (143.94s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_autoRollbackConfiguration_disable (144.45s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_loadBalancerInfo_delete (145.62s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_disappears_app (66.91s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_triggerConfiguration_multiple (147.05s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_loadBalancerInfo_update (147.13s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_triggerConfiguration_basic (158.43s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_autoRollbackConfiguration_delete (164.32s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_alarmConfiguration_delete (168.45s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_autoRollbackConfiguration_update (168.91s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_onPremiseTag (84.78s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_deploymentStyle_delete (139.09s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_inPlaceDeploymentWithTrafficControl_create (91.13s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_blueGreenDeploymentConfiguration_delete (141.55s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_basic_tagSet (142.54s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_blueGreenDeploymentConfiguration_update (115.51s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_blueGreenDeployment_complete (123.31s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_loadBalancerInfo_targetGroupInfo_delete (127.42s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_loadBalancerInfo_targetGroupInfo_update (121.76s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_blueGreenDeploymentConfiguration_create (192.24s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_blueGreenDeploymentConfiguration_update_with_asg (238.50s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_ECS_BlueGreen (507.19s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_tags (137.69s)

@DrFaust92 DrFaust92 requested a review from a team as a code owner April 9, 2021 16:58
@ghost ghost added size/XXL Managed by automation to categorize the size of a PR. documentation Introduces or discusses updates to documentation. service/codedeploy tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. labels Apr 9, 2021
@DrFaust92 DrFaust92 changed the title R/codedeploy_deployment_group - add attributes & tagging support r/codedeploy_deployment_group - add attributes & tagging support Apr 9, 2021
@anGie44 anGie44 self-assigned this Apr 14, 2021
@DrFaust92 DrFaust92 force-pushed the r/codedeploy_deployment_group_arn_tags branch from 9ff686e to a14fce9 Compare April 14, 2021 21:05
@ghost ghost added the provider Pertains to the provider itself, rather than any interaction with AWS. label Apr 14, 2021
Copy link
Contributor

@anGie44 anGie44 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great @DrFaust92 , thanks again!

Output of acceptance tests (Commercial):

--- PASS: TestAccAWSCodeDeployDeploymentGroup_deploymentStyle_default (55.16s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_disappears_app (81.57s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_disappears (91.21s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_alarmConfiguration_create (94.50s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_deploymentStyle_create (97.63s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_onPremiseTag (98.44s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_autoRollbackConfiguration_create (98.72s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_deploymentStyle_update (116.79s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_alarmConfiguration_update (116.84s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_autoRollbackConfiguration_disable (121.04s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_deploymentStyle_delete (122.05s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_alarmConfiguration_disable (127.91s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_triggerConfiguration_multiple (132.80s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_triggerConfiguration_basic (135.14s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_loadBalancerInfo_create (79.25s)
--- PASS: TestAWSCodeDeployDeploymentGroup_buildTriggerConfigs (0.00s)
--- PASS: TestAWSCodeDeployDeploymentGroup_triggerConfigsToMap (0.00s)
--- PASS: TestAWSCodeDeployDeploymentGroup_buildAutoRollbackConfig (0.00s)
--- PASS: TestAWSCodeDeployDeploymentGroup_autoRollbackConfigToMap (0.00s)
--- PASS: TestAWSCodeDeployDeploymentGroup_expandDeploymentStyle (0.00s)
--- PASS: TestAWSCodeDeployDeploymentGroup_flattenDeploymentStyle (0.00s)
--- PASS: TestAWSCodeDeployDeploymentGroup_expandLoadBalancerInfo (0.00s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_autoRollbackConfiguration_delete (141.20s)
--- PASS: TestAWSCodeDeployDeploymentGroup_flattenLoadBalancerInfo (0.00s)
--- PASS: TestAWSCodeDeployDeploymentGroup_expandBlueGreenDeploymentConfig (0.00s)
--- PASS: TestAWSCodeDeployDeploymentGroup_buildAlarmConfig (0.00s)
--- PASS: TestAWSCodeDeployDeploymentGroup_flattenBlueGreenDeploymentConfig (0.00s)
--- PASS: TestAWSCodeDeployDeploymentGroup_alarmConfigToMap (0.00s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_autoRollbackConfiguration_update (145.67s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_basic_tagSet (149.51s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_alarmConfiguration_delete (155.91s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_basic (155.92s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_tags (156.35s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_loadBalancerInfo_targetGroupInfo_create (68.45s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_inPlaceDeploymentWithTrafficControl_create (68.08s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_loadBalancerInfo_update (91.98s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_loadBalancerInfo_delete (86.77s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_loadBalancerInfo_targetGroupInfo_update (83.07s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_loadBalancerInfo_targetGroupInfo_delete (83.68s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_blueGreenDeploymentConfiguration_update (63.70s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_inPlaceDeploymentWithTrafficControl_update (72.70s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_blueGreenDeploymentConfiguration_delete (67.73s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_blueGreenDeployment_complete (64.45s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_blueGreenDeploymentConfiguration_create (169.82s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_blueGreenDeploymentConfiguration_update_with_asg (177.89s)
--- PASS: TestAccAWSCodeDeployDeploymentGroup_ECS_BlueGreen (290.73s)

@anGie44 anGie44 added the enhancement Requests to existing resources that expand the functionality or scope. label Apr 15, 2021
@anGie44 anGie44 added this to the v3.37.0 milestone Apr 15, 2021
@ghost
Copy link

ghost commented Apr 16, 2021

This has been released in version 3.37.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!

@ghost
Copy link

ghost commented May 15, 2021

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!

@ghost ghost locked as resolved and limited conversation to collaborators May 15, 2021
@DrFaust92 DrFaust92 deleted the r/codedeploy_deployment_group_arn_tags branch February 12, 2022 12:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Introduces or discusses updates to documentation. enhancement Requests to existing resources that expand the functionality or scope. provider Pertains to the provider itself, rather than any interaction with AWS. size/XXL Managed by automation to categorize the size of a PR. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants