-
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
r/aws_devopsguru_resource_collection: new resource #36489
Conversation
Community NoteVoting for Prioritization
For Submitters
|
4d90957
to
ad21714
Compare
This resource will allow practitioners to manage Amazon DevOps Guru resource collections with Terraform. Resource collections are configured at the account level, so this resource should be configured only once to avoid competing definitions resulting in persistent differences. Additional information can be found the in Amazon DevOps Guru User Guide: https://docs.aws.amazon.com/devops-guru/latest/userguide/welcome.html ```console % make testacc PKG=devopsguru TESTS=TestAccDevOpsGuru_serial/ResourceCollection/ ==> Checking that code complies with gofmt requirements... TF_ACC=1 go1.21.8 test ./internal/service/devopsguru/... -v -count 1 -parallel 20 -run='TestAccDevOpsGuru_serial/ResourceCollection/' -timeout 360m --- PASS: TestAccDevOpsGuru_serial (104.94s) --- PASS: TestAccDevOpsGuru_serial/ResourceCollection (104.94s) --- PASS: TestAccDevOpsGuru_serial/ResourceCollection/disappears (11.05s) --- PASS: TestAccDevOpsGuru_serial/ResourceCollection/tags (11.20s) --- PASS: TestAccDevOpsGuru_serial/ResourceCollection/tagsAllResources (11.25s) --- PASS: TestAccDevOpsGuru_serial/ResourceCollection/basic (11.33s) --- PASS: TestAccDevOpsGuru_serial/ResourceCollection/cloudformation (60.10s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/devopsguru 110.349s ```
ad21714
to
34f0a6a
Compare
This functionality has been released in v5.42.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. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Description
This resource will allow practitioners to manage Amazon DevOps Guru resource collections with Terraform. Resource collections are configured at the account level, so this resource should be configured only once to avoid competing definitions resulting in persistent differences.
Additional information can be found the in Amazon DevOps Guru User Guide:
https://docs.aws.amazon.com/devops-guru/latest/userguide/welcome.html
Relations
Relates #17919
Closes #36332
Depends on #36410
Relates #36437
References
Output from Acceptance Testing