-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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_quicksight_data_source - parameters.s3.role_arn #41284
r/aws_quicksight_data_source - parameters.s3.role_arn #41284
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=quicksight TESTS=TestAccQuickSightDataSource_
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.23.5 test ./internal/service/quicksight/... -v -count 1 -parallel 20 -run='TestAccQuickSightDataSource_' -timeout 360m -vet=off
2025/02/11 10:59:13 Initializing Terraform AWS Provider...
--- PASS: TestAccQuickSightDataSource_disappears (38.80s)
--- PASS: TestAccQuickSightDataSource_basic (45.45s)
--- PASS: TestAccQuickSightDataSource_tags_ComputedTag_OnCreate (54.16s)
--- PASS: TestAccQuickSightDataSource_tags_EmptyMap (62.18s)
--- PASS: TestAccQuickSightDataSource_name (66.70s)
--- PASS: TestAccQuickSightDataSource_tags_AddOnUpdate (67.87s)
--- PASS: TestAccQuickSightDataSource_s3RoleARN (74.18s)
--- PASS: TestAccQuickSightDataSource_tags_DefaultTags_updateToResourceOnly (76.51s)
--- PASS: TestAccQuickSightDataSource_tags_DefaultTags_updateToProviderOnly (77.30s)
--- PASS: TestAccQuickSightDataSource_tags_ComputedTag_OnUpdate_Add (77.35s)
--- PASS: TestAccQuickSightDataSource_tags_ComputedTag_OnUpdate_Replace (78.03s)
--- PASS: TestAccQuickSightDataSource_tags_IgnoreTags_Overlap_DefaultTag (87.37s)
--- PASS: TestAccQuickSightDataSource_permissions (88.75s)
--- PASS: TestAccQuickSightDataSource_tags_IgnoreTags_Overlap_ResourceTag (92.35s)
--- PASS: TestAccQuickSightDataSource_tags_DefaultTags_overlapping (103.20s)
--- PASS: TestAccQuickSightDataSource_tags_DefaultTags_nonOverlapping (105.50s)
--- PASS: TestAccQuickSightDataSource_tags (120.34s)
--- PASS: TestAccQuickSightDataSource_tags_DefaultTags_providerOnly (128.34s)
--- PASS: TestAccQuickSightDataSource_secretARN (955.90s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/quicksight 962.965s
Thanks for your contribution, @GlennChia! 👍 |
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.87.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
Support
role_arn
for S3 data source.Relations
Closes #31840
References
QuickSight S3Parameters
QuickSight Run queries with Amazon S3 data sources
Output from Acceptance Testing
Additional details
A retry is created in the code for 2 errors
Failed to assume your role. Verify the trust relationships of the role in the IAM console
is identified and then retried which allows the IAM Role Trust permission to propagate to allow the Role to be assumed.Insufficient permission to access the manifest file
is identified and then retried which allows the IAM Role permissions to propagate such that S3 permissions can be used to read the manifest file