-
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 DataSource for Service Catalog AppRegistry Attribute Group #38188
New DataSource for Service Catalog AppRegistry Attribute Group #38188
Conversation
Community NoteVoting for Prioritization
For Submitters
|
88e1217
to
e4e46e2
Compare
75481af
to
b152231
Compare
…d `name` mutually exclusive
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=TestAccServiceCatalogAppRegistryAttributeGroupDataSource_
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='TestAccServiceCatalogAppRegistryAttributeGroupDataSource_' -timeout 360m
2024/12/05 16:29:45 Initializing Terraform AWS Provider...
--- PASS: TestAccServiceCatalogAppRegistryAttributeGroupDataSource_tags_NullMap (15.41s)
--- PASS: TestAccServiceCatalogAppRegistryAttributeGroupDataSource_tags (15.50s)
--- PASS: TestAccServiceCatalogAppRegistryAttributeGroupDataSource_tags_EmptyMap (15.96s)
--- PASS: TestAccServiceCatalogAppRegistryAttributeGroupDataSource_tags_DefaultTags_nonOverlapping (16.21s)
--- PASS: TestAccServiceCatalogAppRegistryAttributeGroupDataSource_tags_IgnoreTags_Overlap_DefaultTag (16.24s)
--- PASS: TestAccServiceCatalogAppRegistryAttributeGroupDataSource_basic (16.38s)
--- PASS: TestAccServiceCatalogAppRegistryAttributeGroupDataSource_tags_IgnoreTags_Overlap_ResourceTag (17.34s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/servicecatalogappregistry 22.456s
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 🚀
> make testacc PKG=servicecatalogappregistry TESTS=TestAccServiceCatalogAppRegistryAttributeGroupDataSource_
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='TestAccServiceCatalogAppRegistryAttributeGroupDataSource_' -timeout 360m
2024/12/06 00:13:59 Initializing Terraform AWS Provider...
=== RUN TestAccServiceCatalogAppRegistryAttributeGroupDataSource_tags
=== PAUSE TestAccServiceCatalogAppRegistryAttributeGroupDataSource_tags
=== RUN TestAccServiceCatalogAppRegistryAttributeGroupDataSource_tags_NullMap
=== PAUSE TestAccServiceCatalogAppRegistryAttributeGroupDataSource_tags_NullMap
=== RUN TestAccServiceCatalogAppRegistryAttributeGroupDataSource_tags_EmptyMap
=== PAUSE TestAccServiceCatalogAppRegistryAttributeGroupDataSource_tags_EmptyMap
=== RUN TestAccServiceCatalogAppRegistryAttributeGroupDataSource_tags_DefaultTags_nonOverlapping
=== PAUSE TestAccServiceCatalogAppRegistryAttributeGroupDataSource_tags_DefaultTags_nonOverlapping
=== RUN TestAccServiceCatalogAppRegistryAttributeGroupDataSource_tags_IgnoreTags_Overlap_DefaultTag
=== PAUSE TestAccServiceCatalogAppRegistryAttributeGroupDataSource_tags_IgnoreTags_Overlap_DefaultTag
=== RUN TestAccServiceCatalogAppRegistryAttributeGroupDataSource_tags_IgnoreTags_Overlap_ResourceTag
=== PAUSE TestAccServiceCatalogAppRegistryAttributeGroupDataSource_tags_IgnoreTags_Overlap_ResourceTag
=== RUN TestAccServiceCatalogAppRegistryAttributeGroupDataSource_basic
=== PAUSE TestAccServiceCatalogAppRegistryAttributeGroupDataSource_basic
=== CONT TestAccServiceCatalogAppRegistryAttributeGroupDataSource_tags
=== CONT TestAccServiceCatalogAppRegistryAttributeGroupDataSource_tags_IgnoreTags_Overlap_DefaultTag
=== CONT TestAccServiceCatalogAppRegistryAttributeGroupDataSource_basic
=== CONT TestAccServiceCatalogAppRegistryAttributeGroupDataSource_tags_IgnoreTags_Overlap_ResourceTag
=== CONT TestAccServiceCatalogAppRegistryAttributeGroupDataSource_tags_EmptyMap
=== CONT TestAccServiceCatalogAppRegistryAttributeGroupDataSource_tags_DefaultTags_nonOverlapping
=== CONT TestAccServiceCatalogAppRegistryAttributeGroupDataSource_tags_NullMap
--- PASS: TestAccServiceCatalogAppRegistryAttributeGroupDataSource_tags_EmptyMap (14.33s)
--- PASS: TestAccServiceCatalogAppRegistryAttributeGroupDataSource_tags_NullMap (14.54s)
--- PASS: TestAccServiceCatalogAppRegistryAttributeGroupDataSource_tags (14.77s)
--- PASS: TestAccServiceCatalogAppRegistryAttributeGroupDataSource_tags_IgnoreTags_Overlap_ResourceTag (14.83s)
--- PASS: TestAccServiceCatalogAppRegistryAttributeGroupDataSource_tags_IgnoreTags_Overlap_DefaultTag (14.85s)
--- PASS: TestAccServiceCatalogAppRegistryAttributeGroupDataSource_basic (14.90s)
--- PASS: TestAccServiceCatalogAppRegistryAttributeGroupDataSource_tags_DefaultTags_nonOverlapping (14.97s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/servicecatalogappregistry 21.390s
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 Datasource for Attribute Group
Relations
Depends on #38183
Output from Acceptance Testing