-
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
New resource aws_quicksight_dashboard #31448
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=TestAccQuickSightDashboard_
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/quicksight/... -v -count 1 -parallel 20 -run='TestAccQuickSightDashboard_' -timeout 180m
? github.com/hashicorp/terraform-provider-aws/internal/service/quicksight/schema [no test files]
--- PASS: TestAccQuickSightDashboard_disappears (41.29s)
--- PASS: TestAccQuickSightDashboard_dashboardSpecificConfig (46.03s)
--- PASS: TestAccQuickSightDashboard_basic (46.93s)
--- PASS: TestAccQuickSightDashboard_sourceEntity (49.92s)
--- PASS: TestAccQuickSightDashboard_updateVersionNumber (85.52s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/quicksight 88.721s
$ make testacc PKG=quicksight TESTS=TestAccQuickSightTemplate_
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/quicksight/... -v -count 1 -parallel 20 -run='TestAccQuickSightTemplate_' -timeout 180m
? github.com/hashicorp/terraform-provider-aws/internal/service/quicksight/schema [no test files]
--- PASS: TestAccQuickSightTemplate_disappears (37.77s)
--- PASS: TestAccQuickSightTemplate_barChart (41.82s)
--- PASS: TestAccQuickSightTemplate_basic (41.85s)
--- PASS: TestAccQuickSightTemplate_sourceEntity (44.16s)
--- PASS: TestAccQuickSightTemplate_table (66.25s)
--- PASS: TestAccQuickSightTemplate_update (72.28s)
--- PASS: TestAccQuickSightTemplate_tags (88.91s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/quicksight 92.167s
This looks great, thanks @comtef! As a heads up, |
@jar-b Thanks for your help. |
Thanks for your contribution once again, @comtef! 🎸 |
This functionality has been released in v5.1.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 resource for Quicksight Dashboard.
Includes fixes to existing Template resource :
Relations
Relates #10990
Closes #11835
References
https://docs.aws.amazon.com/quicksight/latest/APIReference/API_CreateDashboard.html
https://docs.aws.amazon.com/quicksight/latest/APIReference/API_UpdateDashboard.html
https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DescribeDashboard.html
https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DescribeDashboardDefinition.html
https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DescribeDashboardPermissions.html
https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DeleteDashboard.html
Output from Acceptance Testing