-
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 - fix vpc config update + workspace config arg #28569
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 TESTARGS='-run=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/permissionType
=== RUN TestAccGrafana_serial/Workspace/notificationDestinations
=== RUN TestAccGrafana_serial/Workspace/tags
=== RUN TestAccGrafana_serial/Workspace/sso
acctest.go:815: skipping tests: AccessDeniedException: User: arn:aws:sts::429228330992:assumed-role/tf_aws_provider2_test-admin/[email protected] is not authorized to perform: sso:ListInstances
=== RUN TestAccGrafana_serial/Workspace/dataSources
=== RUN TestAccGrafana_serial/Workspace/organization
acctest.go:795: this AWS account must be the management account of an AWS Organization
=== RUN TestAccGrafana_serial/Workspace/vpc
=== RUN TestAccGrafana_serial/Workspace/configuration
=== RUN TestAccGrafana_serial/Workspace/saml
=== RUN TestAccGrafana_serial/Workspace/disappears
--- PASS: TestAccGrafana_serial (4804.94s)
--- PASS: TestAccGrafana_serial/Workspace (4804.94s)
--- PASS: TestAccGrafana_serial/Workspace/permissionType (435.60s)
--- PASS: TestAccGrafana_serial/Workspace/notificationDestinations (399.26s)
--- PASS: TestAccGrafana_serial/Workspace/tags (442.06s)
--- SKIP: TestAccGrafana_serial/Workspace/sso (0.44s)
--- PASS: TestAccGrafana_serial/Workspace/dataSources (366.28s)
--- SKIP: TestAccGrafana_serial/Workspace/organization (0.56s)
--- PASS: TestAccGrafana_serial/Workspace/vpc (1015.73s)
--- PASS: TestAccGrafana_serial/Workspace/configuration (961.01s)
--- PASS: TestAccGrafana_serial/Workspace/saml (334.59s)
--- PASS: TestAccGrafana_serial/Workspace/disappears (362.19s)
ok github.com/hashicorp/terraform-provider-aws/internal/service/grafana 4812.813s
@DrFaust92 Thanks for the contribution 🎉 👏. |
This functionality has been released in v4.51.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
Relations
Closes #28388
References
Output from Acceptance Testing