-
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 DataSource: aws_appmesh_virtual_gateway #27057
New DataSource: aws_appmesh_virtual_gateway #27057
Conversation
Community NoteVoting for Prioritization
For Submitters
|
Thank you for your contribution! 🚀 Please note that typically Go dependency changes are handled in this repository by dependabot or the maintainers. This is to prevent pull request merge conflicts and further delay reviews of contributions. Remove any changes to the Additional details:
|
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
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.
@AhmedGrati Great work! Checks on the PR are failing. Please could you take a look:
https://github.com/hashicorp/terraform-provider-aws/actions/runs/3170021436/jobs/5162326582
We are eagerly awaiting this change, please let us know if we can help.
Thanks
@sandeep-s-solanki Thank you 😊 ! Sure I will fix it ASAP 🙏. |
@sandeep-s-solanki It looks like this error comes from the fact that we are using version |
@AhmedGrati that would be great to solve the issue. We will wait for this PR to merged. Do you know how long the merging process takes for a PR once all check have passed? Also when will a new provider version will be released with these changes? Thank again for your help |
@sandeep-s-solanki I have solved the issue in a separate PR. Once merged, we could re-run this pipeline. It would be really great if you review it 🙏😊. |
Hey @sandeep-s-solanki, I think it's ready to merge now. Thank you for your efforts 🙏😊. |
@AhmedGrati looks great. Thank for your help! 👍 |
@AhmedGrati who can merge this, as all checks have now passed? |
Hey @breathingdust, Is there anything else we need to do to get this PR going? |
f933913
to
3db1f24
Compare
f30c461
to
47cc909
Compare
Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com>
47cc909
to
60cbc4b
Compare
Acceptance test output: % make testacc TESTARGS='-run=TestAccAppMesh_serial/^VirtualGateway$$' PKG=appmesh ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/appmesh/... -v -count 1 -parallel 20 -run=TestAccAppMesh_serial/^VirtualGateway$ -timeout 180m === RUN TestAccAppMesh_serial === PAUSE TestAccAppMesh_serial === CONT TestAccAppMesh_serial === RUN TestAccAppMesh_serial/VirtualGateway === RUN TestAccAppMesh_serial/VirtualGateway/listenerTls === RUN TestAccAppMesh_serial/VirtualGateway/logging === RUN TestAccAppMesh_serial/VirtualGateway/tags === RUN TestAccAppMesh_serial/VirtualGateway/disappears === RUN TestAccAppMesh_serial/VirtualGateway/backendDefaultsCertificate === RUN TestAccAppMesh_serial/VirtualGateway/listenerConnectionPool === RUN TestAccAppMesh_serial/VirtualGateway/listenerHealthChecks === RUN TestAccAppMesh_serial/VirtualGateway/basic === RUN TestAccAppMesh_serial/VirtualGateway/backendDefaults === RUN TestAccAppMesh_serial/VirtualGateway/listenerValidation === RUN TestAccAppMesh_serial/VirtualGateway/multiListenerValidation --- PASS: TestAccAppMesh_serial (338.93s) --- PASS: TestAccAppMesh_serial/VirtualGateway (338.93s) --- PASS: TestAccAppMesh_serial/VirtualGateway/listenerTls (90.28s) --- PASS: TestAccAppMesh_serial/VirtualGateway/logging (36.88s) --- PASS: TestAccAppMesh_serial/VirtualGateway/tags (36.88s) --- PASS: TestAccAppMesh_serial/VirtualGateway/disappears (12.97s) --- PASS: TestAccAppMesh_serial/VirtualGateway/backendDefaultsCertificate (15.76s) --- PASS: TestAccAppMesh_serial/VirtualGateway/listenerConnectionPool (25.99s) --- PASS: TestAccAppMesh_serial/VirtualGateway/listenerHealthChecks (26.14s) --- PASS: TestAccAppMesh_serial/VirtualGateway/basic (15.54s) --- PASS: TestAccAppMesh_serial/VirtualGateway/backendDefaults (26.19s) --- PASS: TestAccAppMesh_serial/VirtualGateway/listenerValidation (26.16s) --- PASS: TestAccAppMesh_serial/VirtualGateway/multiListenerValidation (26.14s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/appmesh 346.915s
Acceptance test output: % make testacc TESTARGS='-run=TestAccAppMesh_serial/^VirtualGateway$$/dataSourceBasic' PKG=appmesh ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/appmesh/... -v -count 1 -parallel 20 -run=TestAccAppMesh_serial/^VirtualGateway$/dataSourceBasic -timeout 180m === RUN TestAccAppMesh_serial === PAUSE TestAccAppMesh_serial === CONT TestAccAppMesh_serial === RUN TestAccAppMesh_serial/VirtualGateway === RUN TestAccAppMesh_serial/VirtualGateway/dataSourceBasic --- PASS: TestAccAppMesh_serial (14.70s) --- PASS: TestAccAppMesh_serial/VirtualGateway (14.70s) --- PASS: TestAccAppMesh_serial/VirtualGateway/dataSourceBasic (14.70s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/appmesh 19.835s
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=TestAccAppMesh_serial/^VirtualGateway$$' PKG=appmesh
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/appmesh/... -v -count 1 -parallel 20 -run=TestAccAppMesh_serial/^VirtualGateway$ -timeout 180m
=== RUN TestAccAppMesh_serial
=== PAUSE TestAccAppMesh_serial
=== CONT TestAccAppMesh_serial
=== RUN TestAccAppMesh_serial/VirtualGateway
=== RUN TestAccAppMesh_serial/VirtualGateway/listenerTls
=== RUN TestAccAppMesh_serial/VirtualGateway/logging
=== RUN TestAccAppMesh_serial/VirtualGateway/tags
=== RUN TestAccAppMesh_serial/VirtualGateway/disappears
=== RUN TestAccAppMesh_serial/VirtualGateway/backendDefaultsCertificate
=== RUN TestAccAppMesh_serial/VirtualGateway/listenerConnectionPool
=== RUN TestAccAppMesh_serial/VirtualGateway/listenerHealthChecks
=== RUN TestAccAppMesh_serial/VirtualGateway/basic
=== RUN TestAccAppMesh_serial/VirtualGateway/backendDefaults
=== RUN TestAccAppMesh_serial/VirtualGateway/listenerValidation
=== RUN TestAccAppMesh_serial/VirtualGateway/multiListenerValidation
--- PASS: TestAccAppMesh_serial (338.93s)
--- PASS: TestAccAppMesh_serial/VirtualGateway (338.93s)
--- PASS: TestAccAppMesh_serial/VirtualGateway/listenerTls (90.28s)
--- PASS: TestAccAppMesh_serial/VirtualGateway/logging (36.88s)
--- PASS: TestAccAppMesh_serial/VirtualGateway/tags (36.88s)
--- PASS: TestAccAppMesh_serial/VirtualGateway/disappears (12.97s)
--- PASS: TestAccAppMesh_serial/VirtualGateway/backendDefaultsCertificate (15.76s)
--- PASS: TestAccAppMesh_serial/VirtualGateway/listenerConnectionPool (25.99s)
--- PASS: TestAccAppMesh_serial/VirtualGateway/listenerHealthChecks (26.14s)
--- PASS: TestAccAppMesh_serial/VirtualGateway/basic (15.54s)
--- PASS: TestAccAppMesh_serial/VirtualGateway/backendDefaults (26.19s)
--- PASS: TestAccAppMesh_serial/VirtualGateway/listenerValidation (26.16s)
--- PASS: TestAccAppMesh_serial/VirtualGateway/multiListenerValidation (26.14s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/appmesh 346.915s
% make testacc TESTARGS='-run=TestAccAppMesh_serial/^VirtualGateway$$/dataSourceBasic' PKG=appmesh
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/appmesh/... -v -count 1 -parallel 20 -run=TestAccAppMesh_serial/^VirtualGateway$/dataSourceBasic -timeout 180m
=== RUN TestAccAppMesh_serial
=== PAUSE TestAccAppMesh_serial
=== CONT TestAccAppMesh_serial
=== RUN TestAccAppMesh_serial/VirtualGateway
=== RUN TestAccAppMesh_serial/VirtualGateway/dataSourceBasic
--- PASS: TestAccAppMesh_serial (14.70s)
--- PASS: TestAccAppMesh_serial/VirtualGateway (14.70s)
--- PASS: TestAccAppMesh_serial/VirtualGateway/dataSourceBasic (14.70s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/appmesh 19.835s
@AhmedGrati Thanks for the contribution 🎉 👏. |
This functionality has been released in v4.60.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
New DataSource for
aws_appmesh_virtual_gateway
Relations
Closes #26907.
Relates #17590.
References
Output from Acceptance Testing