-
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 aws_servicecatalogappregistry_attribute_group_associations
#38306
New Datasource aws_servicecatalogappregistry_attribute_group_associations
#38306
Conversation
Community NoteVoting for Prioritization
For Submitters
|
9351fa7
to
d5eba8b
Compare
d5eba8b
to
9112241
Compare
9112241
to
602bc50
Compare
aws_servicecatalogappregistry_application_attribute_group_associations
aws_servicecatalogappregistry_application_attribute_groups
aws_servicecatalogappregistry_application_attribute_groups
aws_servicecatalogappregistry_attribute_group_associations
…dy naming, descriptions:
…fig validator ```console % make testacc PKG=servicecatalogappregistry TESTS=TestAccServiceCatalogAppRegistryAttributeGroupAssociationsDataSource_ 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='TestAccServiceCatalogAppRegistryAttributeGroupAssociationsDataSource_' -timeout 360m 2024/12/16 11:24:50 Initializing Terraform AWS Provider... --- PASS: TestAccServiceCatalogAppRegistryAttributeGroupAssociationsDataSource_basic (13.58s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/servicecatalogappregistry 18.643s ```
…inator This ensures all pages are ready by the `List` API.
…elf contained test config ```console % make testacc PKG=servicecatalogappregistry TESTS=TestAccServiceCatalogAppRegistryAttributeGroupAssociationsDataSource_ 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='TestAccServiceCatalogAppRegistryAttributeGroupAssociationsDataSource_' -timeout 360m 2024/12/16 12:17:19 Initializing Terraform AWS Provider... --- PASS: TestAccServiceCatalogAppRegistryAttributeGroupAssociationsDataSource_basic (13.09s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/servicecatalogappregistry 18.221s ```
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=TestAccServiceCatalogAppRegistryAttributeGroupAssociationsDataSource_
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='TestAccServiceCatalogAppRegistryAttributeGroupAssociationsDataSource_' -timeout
360m
2024/12/16 12:17:19 Initializing Terraform AWS Provider...
--- PASS: TestAccServiceCatalogAppRegistryAttributeGroupAssociationsDataSource_basic (13.09s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/servicecatalogappregistry 18.221s
Thanks for your contribution, @drewtul! 🚀 |
This functionality has been released in v5.82.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! |
Description
New datasource
aws_servicecatalogappregistry_attribute_group_associations
to list the attribute groups an application is associated with in Service Catalog AppRegistryRelations
Depends on: #38290
References
Output from Acceptance Testing