-
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
New resource aws_apprunner_vpc_ingress_connection
#27600
New resource aws_apprunner_vpc_ingress_connection
#27600
Conversation
Community NoteVoting for Prioritization
For Submitters
|
…egress configuration blocks
Ready for review 👍 |
…erService_ImageRepository_basic'.
…erService_ImageRepository_networkConfiguration'.
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=TestAccAppRunnerVPCIngressConnection_' PKG=apprunner ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/apprunner/... -v -count 1 -parallel 2 -run=TestAccAppRunnerVPCIngressConnection_ -timeout 180m
=== RUN TestAccAppRunnerVPCIngressConnection_basic
=== PAUSE TestAccAppRunnerVPCIngressConnection_basic
=== RUN TestAccAppRunnerVPCIngressConnection_disappears
=== PAUSE TestAccAppRunnerVPCIngressConnection_disappears
=== RUN TestAccAppRunnerVPCIngressConnection_tags
=== PAUSE TestAccAppRunnerVPCIngressConnection_tags
=== CONT TestAccAppRunnerVPCIngressConnection_basic
=== CONT TestAccAppRunnerVPCIngressConnection_tags
--- PASS: TestAccAppRunnerVPCIngressConnection_basic (544.63s)
=== CONT TestAccAppRunnerVPCIngressConnection_disappears
--- PASS: TestAccAppRunnerVPCIngressConnection_tags (734.57s)
--- PASS: TestAccAppRunnerVPCIngressConnection_disappears (531.94s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/apprunner 1085.361s
% make testacc TESTARGS='-run=TestAccAppRunnerService_ImageRepository_basic' PKG=apprunner ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/apprunner/... -v -count 1 -parallel 2 -run=TestAccAppRunnerService_ImageRepository_basic -timeout 180m
=== RUN TestAccAppRunnerService_ImageRepository_basic
=== PAUSE TestAccAppRunnerService_ImageRepository_basic
=== CONT TestAccAppRunnerService_ImageRepository_basic
--- PASS: TestAccAppRunnerService_ImageRepository_basic (275.17s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/apprunner 283.778s
% make testacc TESTARGS='-run=TestAccAppRunnerService_ImageRepository_networkConfiguration' PKG=apprunner ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/apprunner/... -v -count 1 -parallel 2 -run=TestAccAppRunnerService_ImageRepository_networkConfiguration -timeout 180m
=== RUN TestAccAppRunnerService_ImageRepository_networkConfiguration
=== PAUSE TestAccAppRunnerService_ImageRepository_networkConfiguration
=== CONT TestAccAppRunnerService_ImageRepository_networkConfiguration
--- PASS: TestAccAppRunnerService_ImageRepository_networkConfiguration (569.57s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/apprunner 574.911s
@bschaatsbergen Thanks for the contribution 🎉 👏. |
This functionality has been released in v4.38.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
Add support for AppRunner private endpoint using VPC ingress connection
Relations
Closes #27576
References
Output from Acceptance Testing