-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
New Resource Service Catalog AppRegistry AttributeGroup #38183
New Resource Service Catalog AppRegistry AttributeGroup #38183
Conversation
Community NoteVoting for Prioritization
For Submitters
|
Thanks for all this work! Unfortunately, I'm getting an error:
|
Hey, sorry, missed this notification, I'll get this PR updated and come back to you. |
b3c5ea7
to
229fbcf
Compare
I've rebased this and updated the issues you've found, it should pass now, the type for tags in the model had changed since I raised this. |
…e value assignments
…test check helpers
…est config Tags tests are generated for this resource, and not required on basic and update test configurations.
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.
LGTM 🎉
% make testacc PKG=servicecatalogappregistry TESTS=TestAccServiceCatalogAppRegistryAttributeGroup_
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.23.3 test ./internal/service/servicecatalogappregistry/... -v -count 1 -parallel 20 -run='TestAccServiceCatalogAppRegistryAttributeGroup_' -timeout 360m
2024/12/05 10:30:59 Initializing Terraform AWS Provider...
--- PASS: TestAccServiceCatalogAppRegistryAttributeGroup_disappears (33.81s)
=== CONT TestAccServiceCatalogAppRegistryAttributeGroup_tags_EmptyTag_OnCreate
--- PASS: TestAccServiceCatalogAppRegistryAttributeGroup_basic (39.19s)
=== CONT TestAccServiceCatalogAppRegistryAttributeGroup_tags_EmptyMap
--- PASS: TestAccServiceCatalogAppRegistryAttributeGroup_tags_DefaultTags_nullNonOverlappingResourceTag (47.90s)
=== CONT TestAccServiceCatalogAppRegistryAttributeGroup_tags_null
--- PASS: TestAccServiceCatalogAppRegistryAttributeGroup_tags_DefaultTags_nullOverlappingResourceTag (48.08s)
=== CONT TestAccServiceCatalogAppRegistryAttributeGroup_tags_DefaultTags_providerOnly
--- PASS: TestAccServiceCatalogAppRegistryAttributeGroup_tags_ComputedTag_OnCreate (48.56s)
--- PASS: TestAccServiceCatalogAppRegistryAttributeGroup_tags_DefaultTags_emptyProviderOnlyTag (48.81s)
--- PASS: TestAccServiceCatalogAppRegistryAttributeGroup_tags_DefaultTags_emptyResourceTag (51.22s)
--- PASS: TestAccServiceCatalogAppRegistryAttributeGroup_update (57.13s)
--- PASS: TestAccServiceCatalogAppRegistryAttributeGroup_tags_DefaultTags_updateToResourceOnly (70.18s)
--- PASS: TestAccServiceCatalogAppRegistryAttributeGroup_tags_AddOnUpdate (71.43s)
--- PASS: TestAccServiceCatalogAppRegistryAttributeGroup_tags_EmptyTag_OnUpdate_Replace (72.50s)
--- PASS: TestAccServiceCatalogAppRegistryAttributeGroup_tags_DefaultTags_updateToProviderOnly (73.08s)
--- PASS: TestAccServiceCatalogAppRegistryAttributeGroup_tags_ComputedTag_OnUpdate_Add (74.10s)
--- PASS: TestAccServiceCatalogAppRegistryAttributeGroup_tags_ComputedTag_OnUpdate_Replace (74.50s)
--- PASS: TestAccServiceCatalogAppRegistryAttributeGroup_tags_EmptyMap (35.37s)
--- PASS: TestAccServiceCatalogAppRegistryAttributeGroup_tags_null (31.45s)
--- PASS: TestAccServiceCatalogAppRegistryAttributeGroup_tags_IgnoreTags_Overlap_DefaultTag (82.05s)
--- PASS: TestAccServiceCatalogAppRegistryAttributeGroup_tags_IgnoreTags_Overlap_ResourceTag (85.43s)
--- PASS: TestAccServiceCatalogAppRegistryAttributeGroup_tags_EmptyTag_OnUpdate_Add (88.43s)
--- PASS: TestAccServiceCatalogAppRegistryAttributeGroup_tags_EmptyTag_OnCreate (56.19s)
--- PASS: TestAccServiceCatalogAppRegistryAttributeGroup_tags_DefaultTags_nonOverlapping (91.72s)
--- PASS: TestAccServiceCatalogAppRegistryAttributeGroup_tags_DefaultTags_overlapping (93.31s)
--- PASS: TestAccServiceCatalogAppRegistryAttributeGroup_tags (103.90s)
--- PASS: TestAccServiceCatalogAppRegistryAttributeGroup_tags_DefaultTags_providerOnly (72.05s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/servicecatalogappregistry 125.182s
Thanks for your contribution, @drewtul! 👍 |
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.
LGTM 🚀.
This functionality has been released in v5.81.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
New resource to manage Service Catalog AppRegistry Attribute Groups
Output from Acceptance Testing