-
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_vpc_connection
#31309
Conversation
b9ec317
to
3b6c519
Compare
Community NoteVoting for Prioritization
For Submitters
|
99000cf
to
ae19389
Compare
6e7f924
to
bdc5dba
Compare
Hey @jar-b 👋 This PR is ready to review. All checks & tests do actually pass, just not every time due to the Github actions failing without any error message for some reason. |
b488a2c
to
72ad7b9
Compare
Ah, now I understand why. There's an ongoing incident: |
3bb0969
to
9210cbd
Compare
9210cbd
to
ee24803
Compare
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=TestAccQuickSightVPCConnection_
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/quicksight/... -v -count 1 -parallel 20 -run='TestAccQuickSightVPCConnection_' -timeout 180m
? github.com/hashicorp/terraform-provider-aws/internal/service/quicksight/schema [no test files]
--- PASS: TestAccQuickSightVPCConnection_disappears (140.89s)
--- PASS: TestAccQuickSightVPCConnection_basic (159.18s)
--- PASS: TestAccQuickSightVPCConnection_tags (203.41s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/quicksight 206.665s
Thanks for your contribution, @g-dx! 🎸 |
This functionality has been released in v4.67.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
This PR adds a new
aws_quicksight_vpc_connection
resource, allowing practitioners to manage QuickSight VPC connections via Terraform.Relations
Closes #31281
Relates To #10990
References
Announcement: https://aws.amazon.com/about-aws/whats-new/2023/05/amazon-quicksight-vpc-public-apis-multi-az-support/
Output from Acceptance Testing