-
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
r/aws_quicksight_data_source - add secret_arn to credentials #29034
r/aws_quicksight_data_source - add secret_arn to credentials #29034
Conversation
Community NoteVoting for Prioritization
For Submitters
|
We are currently unable to reliably test this implementation given issues in connecting the QuickSight data source to an RDS instance. We are unable to move forward with this PR for that reason. We are working with AWS support to arrive at a solution and will proceed once unblocked. |
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! 🚀 Thank you for your contribution!
> make testacc TESTARGS="-run=TestAccQuickSightDataSource_" PKG=quicksight
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.7 test ./internal/service/quicksight/... -v -count 1 -parallel 20 -run=TestAccQuickSightDataSource_ -timeout 360m
=== RUN TestAccQuickSightDataSource_basic
=== PAUSE TestAccQuickSightDataSource_basic
=== RUN TestAccQuickSightDataSource_disappears
=== PAUSE TestAccQuickSightDataSource_disappears
=== RUN TestAccQuickSightDataSource_tags
=== PAUSE TestAccQuickSightDataSource_tags
=== RUN TestAccQuickSightDataSource_permissions
=== PAUSE TestAccQuickSightDataSource_permissions
=== RUN TestAccQuickSightDataSource_name
=== PAUSE TestAccQuickSightDataSource_name
=== RUN TestAccQuickSightDataSource_secretARN
=== PAUSE TestAccQuickSightDataSource_secretARN
=== CONT TestAccQuickSightDataSource_basic
=== CONT TestAccQuickSightDataSource_permissions
=== CONT TestAccQuickSightDataSource_tags
=== CONT TestAccQuickSightDataSource_name
=== CONT TestAccQuickSightDataSource_disappears
=== CONT TestAccQuickSightDataSource_secretARN
--- PASS: TestAccQuickSightDataSource_disappears (24.11s)
--- PASS: TestAccQuickSightDataSource_basic (28.38s)
--- PASS: TestAccQuickSightDataSource_name (43.86s)
--- PASS: TestAccQuickSightDataSource_tags (56.27s)
--- PASS: TestAccQuickSightDataSource_permissions (62.57s)
--- PASS: TestAccQuickSightDataSource_secretARN (822.76s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/quicksight 827.912s
testing: warning: no tests to run
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/quicksight/schema 0.461s [no tests to run]
This functionality has been released in v5.69.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
Add support for credentials using
secret_arn
foraws_quicksight_data_source
Relations
Closes #28484
note: I do not have quicksight enabled to run test