-
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
r/aws_quicksight_dashboard: various bug fixes #33931
r/aws_quicksight_dashboard: various bug fixes #33931
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.
Welcome @jackarmorgie 👋
It looks like this is your first Pull Request submission to the Terraform AWS Provider! If you haven’t already done so please make sure you have checked out our CONTRIBUTOR guide and FAQ to make sure your contribution is adhering to best practice and has all the necessary elements in place for a successful approval.
Also take a look at our FAQ which details how we prioritize Pull Requests for inclusion.
Thanks again, and welcome to the community! 😃
I have realised that these changes also affect the |
Hi all, @jackarmorgie , |
This increase brings the plan time validation check into alignment with the limits set by the corresponding AWS API: https://docs.aws.amazon.com/quicksight/latest/APIReference/API_ResourcePermission.html#QS-Type-ResourcePermission-Actions
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="TestAccQuickSightAnalysis_|TestAccQuickSightDashboard_|TestAccQuickSightTemplate_" ACCTEST_PARALLELISM=8
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/quicksight/... -v -count 1 -parallel 8 -run='TestAccQuickSightAnalysis_|TestAccQuickSightDashboard_|TestAccQuickSightTemplate_' -timeout 360m
? github.com/hashicorp/terraform-provider-aws/internal/service/quicksight/schema [no test files]
--- PASS: TestAccQuickSightAnalysis_forceDelete (476.33s)
=== CONT TestAccQuickSightDashboard_basic
--- PASS: TestAccQuickSightAnalysis_basic (490.05s)
=== CONT TestAccQuickSightTemplate_sourceEntity
--- PASS: TestAccQuickSightDashboard_disappears (494.01s)
=== CONT TestAccQuickSightAnalysis_Definition_calculatedFields
--- PASS: TestAccQuickSightDashboard_sourceEntity (531.50s)
=== CONT TestAccQuickSightTemplate_disappears
--- PASS: TestAccQuickSightTemplate_table (763.35s)
=== CONT TestAccQuickSightTemplate_barChart
--- PASS: TestAccQuickSightTemplate_update (811.67s)
=== CONT TestAccQuickSightAnalysis_update
--- PASS: TestAccQuickSightDashboard_updateVersionNumber (918.91s)
=== CONT TestAccQuickSightAnalysis_parametersConfig
--- PASS: TestAccQuickSightTemplate_sourceEntity (481.71s)
=== CONT TestAccQuickSightAnalysis_sourceEntity
--- PASS: TestAccQuickSightDashboard_basic (498.27s)
=== CONT TestAccQuickSightTemplate_basic
--- PASS: TestAccQuickSightAnalysis_Definition_calculatedFields (497.20s)
=== CONT TestAccQuickSightAnalysis_disappears
--- PASS: TestAccQuickSightTemplate_disappears (464.11s)
=== CONT TestAccQuickSightDashboard_dashboardSpecificConfig
--- PASS: TestAccQuickSightTemplate_tags (1095.95s)
--- PASS: TestAccQuickSightTemplate_barChart (455.66s)
--- PASS: TestAccQuickSightAnalysis_parametersConfig (450.46s)
--- PASS: TestAccQuickSightTemplate_basic (403.11s)
--- PASS: TestAccQuickSightDashboard_dashboardSpecificConfig (417.24s)
--- PASS: TestAccQuickSightAnalysis_disappears (423.31s)
--- PASS: TestAccQuickSightAnalysis_sourceEntity (454.71s)
--- PASS: TestAccQuickSightAnalysis_update (727.10s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/quicksight 1542.047s
Thanks for all the fixes, @jackarmorgie! Much appreciated! 👍 |
This functionality has been released in v5.26.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
Fixing various bugs with the
aws_quicksight_dashboard
resourceRelations
Closes #33108
Closes #33632
Closes #33222
Closes #33753
Closes #33754
Closes #33755
Closes #33756
Closes #33759
Closes #33776
Closes #33777
Closes #33907
References
Output from Acceptance Testing