-
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/grafana_workspace - validations #24170
Conversation
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 TESTS=TestAccGrafana_serial/Workspace PKG=grafana
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/grafana/... -v -count 1 -parallel 20 -run='TestAccGrafana_serial/Workspace' -timeout 180m
=== RUN TestAccGrafana_serial
=== RUN TestAccGrafana_serial/Workspace
=== RUN TestAccGrafana_serial/Workspace/organization
acctest.go:717: this AWS account must be the management account of an AWS Organization
=== RUN TestAccGrafana_serial/Workspace/dataSources
=== RUN TestAccGrafana_serial/Workspace/permissionType
=== RUN TestAccGrafana_serial/Workspace/notificationDestinations
=== RUN TestAccGrafana_serial/Workspace/saml
=== RUN TestAccGrafana_serial/Workspace/sso
acctest.go:737: skipping tests: AccessDeniedException: User: arn:aws:sts::187416307283:assumed-role/terraform_team1_dev-developer/[email protected] is not authorized to perform: sso:ListInstances
=== RUN TestAccGrafana_serial/Workspace/disappears
--- PASS: TestAccGrafana_serial (761.27s)
--- PASS: TestAccGrafana_serial/Workspace (761.27s)
--- SKIP: TestAccGrafana_serial/Workspace/organization (1.44s)
--- PASS: TestAccGrafana_serial/Workspace/dataSources (137.47s)
--- PASS: TestAccGrafana_serial/Workspace/permissionType (162.45s)
--- PASS: TestAccGrafana_serial/Workspace/notificationDestinations (167.99s)
--- PASS: TestAccGrafana_serial/Workspace/saml (141.62s)
--- SKIP: TestAccGrafana_serial/Workspace/sso (0.37s)
--- PASS: TestAccGrafana_serial/Workspace/disappears (149.92s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/grafana 765.451s
@DrFaust92 Thanks for the contribution 🎉 👏. |
This functionality has been released in v4.10.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. |
Community Note
Relates OR Closes #0000
Output from acceptance testing: