-
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
F verified access trust provider #33195
F verified access trust provider #33195
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=TestAccVerifiedAccessTrustProvider_' PKG=ec2 ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 2 -run=TestAccVerifiedAccessTrustProvider_ -timeout 180m
=== RUN TestAccVerifiedAccessTrustProvider_basic
=== PAUSE TestAccVerifiedAccessTrustProvider_basic
=== RUN TestAccVerifiedAccessTrustProvider_deviceOptions
=== PAUSE TestAccVerifiedAccessTrustProvider_deviceOptions
=== RUN TestAccVerifiedAccessTrustProvider_disappears
=== PAUSE TestAccVerifiedAccessTrustProvider_disappears
=== RUN TestAccVerifiedAccessTrustProvider_oidcOptions
=== PAUSE TestAccVerifiedAccessTrustProvider_oidcOptions
=== RUN TestAccVerifiedAccessTrustProvider_tags
=== PAUSE TestAccVerifiedAccessTrustProvider_tags
=== CONT TestAccVerifiedAccessTrustProvider_basic
=== CONT TestAccVerifiedAccessTrustProvider_oidcOptions
--- PASS: TestAccVerifiedAccessTrustProvider_basic (27.50s)
=== CONT TestAccVerifiedAccessTrustProvider_disappears
--- PASS: TestAccVerifiedAccessTrustProvider_oidcOptions (27.55s)
=== CONT TestAccVerifiedAccessTrustProvider_deviceOptions
--- PASS: TestAccVerifiedAccessTrustProvider_disappears (20.55s)
=== CONT TestAccVerifiedAccessTrustProvider_tags
--- PASS: TestAccVerifiedAccessTrustProvider_deviceOptions (26.87s)
--- PASS: TestAccVerifiedAccessTrustProvider_tags (57.19s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/ec2 110.875s
@markoskandylis Thanks for the contribution 🎉 👏. |
This functionality has been released in v5.16.2 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
Adds support for VerrifiedAccess Trust Provider
Relations
Relates #29689
References
https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateVerifiedAccessTrustProvider.html
Output from Acceptance Testing