Skip to content
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

Merged
merged 2 commits into from
May 11, 2023

Conversation

g-dx
Copy link
Contributor

@g-dx g-dx commented May 10, 2023

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

$ 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]
=== RUN   TestAccQuickSightVPCConnection_basic
=== PAUSE TestAccQuickSightVPCConnection_basic
=== RUN   TestAccQuickSightVPCConnection_disappears
=== PAUSE TestAccQuickSightVPCConnection_disappears
=== RUN   TestAccQuickSightVPCConnection_tags
=== PAUSE TestAccQuickSightVPCConnection_tags
=== CONT  TestAccQuickSightVPCConnection_basic
=== CONT  TestAccQuickSightVPCConnection_tags
=== CONT  TestAccQuickSightVPCConnection_disappears
--- PASS: TestAccQuickSightVPCConnection_disappears (158.50s)
--- PASS: TestAccQuickSightVPCConnection_basic (162.16s)
--- PASS: TestAccQuickSightVPCConnection_tags (216.04s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/quicksight	216.134s
...

@g-dx g-dx force-pushed the f-aws_quicksight_vpc_connection branch from b9ec317 to 3b6c519 Compare May 10, 2023 14:02
@github-actions
Copy link

Community Note

Voting for Prioritization

  • Please vote on this pull request by adding a 👍 reaction to the original post to help the community and maintainers prioritize this pull request.
  • Please see our prioritization guide for information on how we prioritize.
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.

For Submitters

  • Review the contribution guide relating to the type of change you are making to ensure all of the necessary steps have been taken.
  • For new resources and data sources, use skaff to generate scaffolding with comments detailing common expectations.
  • Whether or not the branch has been rebased will not impact prioritization, but doing so is always a welcome surprise.

@g-dx g-dx force-pushed the f-aws_quicksight_vpc_connection branch 3 times, most recently from 99000cf to ae19389 Compare May 10, 2023 14:28
@github-actions github-actions bot added size/XL Managed by automation to categorize the size of a PR. documentation Introduces or discusses updates to documentation. generators Relates to code generators. service/quicksight Issues and PRs that pertain to the quicksight service. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. labels May 10, 2023
@g-dx g-dx force-pushed the f-aws_quicksight_vpc_connection branch 5 times, most recently from 6e7f924 to bdc5dba Compare May 10, 2023 15:54
@g-dx
Copy link
Contributor Author

g-dx commented May 10, 2023

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.

@g-dx g-dx force-pushed the f-aws_quicksight_vpc_connection branch 2 times, most recently from b488a2c to 72ad7b9 Compare May 10, 2023 18:00
@g-dx
Copy link
Contributor Author

g-dx commented May 10, 2023

Ah, now I understand why. There's an ongoing incident:

https://www.githubstatus.com/incidents/pr3498h3qkfy

@g-dx g-dx force-pushed the f-aws_quicksight_vpc_connection branch 2 times, most recently from 3bb0969 to 9210cbd Compare May 11, 2023 15:39
@g-dx g-dx force-pushed the f-aws_quicksight_vpc_connection branch from 9210cbd to ee24803 Compare May 11, 2023 16:01
Copy link
Member

@jar-b jar-b left a 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

@jar-b jar-b merged commit 85aab32 into hashicorp:main May 11, 2023
@github-actions github-actions bot added this to the v4.67.0 milestone May 11, 2023
@jar-b
Copy link
Member

jar-b commented May 11, 2023

Thanks for your contribution, @g-dx! 🎸

@g-dx g-dx deleted the f-aws_quicksight_vpc_connection branch May 11, 2023 17:21
@github-actions
Copy link

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!

@github-actions
Copy link

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.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Introduces or discusses updates to documentation. generators Relates to code generators. service/quicksight Issues and PRs that pertain to the quicksight service. size/XL Managed by automation to categorize the size of a PR. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[New Resource]: aws_quicksight_vpc_connection
2 participants