-
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
f-policy_data_source: adding support for attachment count #36759
f-policy_data_source: adding support for attachment count #36759
Conversation
Community NoteVoting for Prioritization
For Submitters
|
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=iam TESTS="TestAccIAMPolicy_|TestAccIAMPolicyDataSource_"
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.21.8 test ./internal/service/iam/... -v -count 1 -parallel 20 -run='TestAccIAMPolicy_|TestAccIAMPolicyDataSource_' -timeout 360m
--- PASS: TestAccIAMPolicyDataSource_nameAndPathPrefix (28.57s)
=== CONT TestAccIAMPolicy_tags_EmptyTag_OnCreate
=== CONT TestAccIAMPolicy_tags_DefaultTags_nullNonOverlappingResourceTag
--- PASS: TestAccIAMPolicyDataSource_arn (29.21s)
--- PASS: TestAccIAMPolicy_tags_DefaultTags_emptyResourceTag (29.60s)
=== CONT TestAccIAMPolicy_policyDuplicateKeys
--- PASS: TestAccIAMPolicy_disappears (31.60s)
=== CONT TestAccIAMPolicyDataSource_nameAndPathPrefixTags
--- PASS: TestAccIAMPolicy_policyDuplicateKeys (2.62s)
=== CONT TestAccIAMPolicy_tags_EmptyTag_OnUpdate_Add
--- PASS: TestAccIAMPolicy_tags_DefaultTags_nullOverlappingResourceTag (32.70s)
=== CONT TestAccIAMPolicy_diffs
--- PASS: TestAccIAMPolicy_path (35.66s)
=== CONT TestAccIAMPolicy_tags_AddOnUpdate
--- PASS: TestAccIAMPolicy_description (35.85s)
=== CONT TestAccIAMPolicyDataSource_name
--- PASS: TestAccIAMPolicy_namePrefix (36.07s)
=== CONT TestAccIAMPolicyDataSource_arnTags
--- PASS: TestAccIAMPolicy_basic (37.81s)
=== CONT TestAccIAMPolicyDataSource_nameTags
--- PASS: TestAccIAMPolicy_tags_null (45.37s)
--- PASS: TestAccIAMPolicy_tags_DefaultTags_updateToResourceOnly (51.16s)
--- PASS: TestAccIAMPolicy_tags_DefaultTags_updateToProviderOnly (55.83s)
--- PASS: TestAccIAMPolicy_tags_EmptyTag_OnUpdate_Replace (56.29s)
--- PASS: TestAccIAMPolicy_policy (56.48s)
--- PASS: TestAccIAMPolicyDataSource_nameAndPathPrefixTags (26.21s)
--- PASS: TestAccIAMPolicy_tags_DefaultTags_nullNonOverlappingResourceTag (29.58s)
--- PASS: TestAccIAMPolicyDataSource_arnTags (24.33s)
--- PASS: TestAccIAMPolicyDataSource_name (26.92s)
--- PASS: TestAccIAMPolicy_whitespace (63.60s)
--- PASS: TestAccIAMPolicyDataSource_nameTags (26.24s)
--- PASS: TestAccIAMPolicy_tags_DefaultTags_nonOverlapping (68.67s)
--- PASS: TestAccIAMPolicy_tags_DefaultTags_overlapping (70.66s)
--- PASS: TestAccIAMPolicy_tags_EmptyTag_OnCreate (43.73s)
--- PASS: TestAccIAMPolicy_tags_AddOnUpdate (36.70s)
--- PASS: TestAccIAMPolicy_tags_DefaultTags_providerOnly (77.45s)
--- PASS: TestAccIAMPolicy_tags_EmptyTag_OnUpdate_Add (46.94s)
--- PASS: TestAccIAMPolicy_tags (81.17s)
--- PASS: TestAccIAMPolicy_diffs (76.54s)
--- PASS: TestAccIAMPolicyDataSource_nonExistent (124.10s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/iam 129.845s
Thanks for your contribution, @nikhil-goenka! 🚀 |
This functionality has been released in v5.46.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
Relations
Closes #36768
References
Output from Acceptance Testing