Add example for awscc_codedeploy_deployment_group - #3026
Open
wellsiau-aws wants to merge 3 commits into
Open
Conversation
This commit adds a validated Terraform example for the awscc_codedeploy_deployment_group resource. Files added: - examples/resources/awscc_codedeploy_deployment_group/codedeploy_deployment_group.tf - templates/resources/awscc_codedeploy_deployment_group.md.tmpl - docs/resources/awscc_codedeploy_deployment_group.md (generated by make docs) The example has been validated through real AWS deployment testing and passes all HashiCorp validation requirements. Generated by TANGO Multi-Agent Pipeline
jar-b
reviewed
Feb 25, 2026
Comment on lines
+38
to
+41
| resource "time_sleep" "wait_for_iam_role" { | ||
| depends_on = [aws_iam_role_policy_attachment.codedeploy_service] | ||
| create_duration = "15s" | ||
| } |
Member
There was a problem hiding this comment.
IAM eventual consistency feels like something the upstream service should handle. Is it possible to verify this example without enforced sleep? If it is still problematic perhaps this warrants it's own bug report.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR adds a validated Terraform example for
awscc_codedeploy_deployment_group.Validation Summary
make toolsmake docsResource Details
awscc_codedeploy_deployment_group1.69.02026-02-19us-west-2Files Added
examples/resources/awscc_codedeploy_deployment_group/codedeploy_deployment_group.tftemplates/resources/awscc_codedeploy_deployment_group.md.tmpldocs/resources/awscc_codedeploy_deployment_group.md(auto-generated bymake docs)Validation Report
Click to expand full validation report
This PR was automatically generated by the TANGO Multi-Agent Pipeline.