-
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
r/aws_verifiedaccess_instance - fips_enabled #33880
r/aws_verifiedaccess_instance - fips_enabled #33880
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=TestAccVerifiedAccessInstance_' PKG=ec2 ACCTEST_PARALELLISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 20 -run=TestAccVerifiedAccessInstance_ -timeout 360m
=== RUN TestAccVerifiedAccessInstance_basic
=== PAUSE TestAccVerifiedAccessInstance_basic
=== RUN TestAccVerifiedAccessInstance_description
=== PAUSE TestAccVerifiedAccessInstance_description
=== RUN TestAccVerifiedAccessInstance_fipsEnabled
=== PAUSE TestAccVerifiedAccessInstance_fipsEnabled
=== RUN TestAccVerifiedAccessInstance_disappears
=== PAUSE TestAccVerifiedAccessInstance_disappears
=== RUN TestAccVerifiedAccessInstance_tags
=== PAUSE TestAccVerifiedAccessInstance_tags
=== CONT TestAccVerifiedAccessInstance_basic
=== CONT TestAccVerifiedAccessInstance_disappears
=== CONT TestAccVerifiedAccessInstance_tags
=== CONT TestAccVerifiedAccessInstance_description
=== CONT TestAccVerifiedAccessInstance_fipsEnabled
--- PASS: TestAccVerifiedAccessInstance_disappears (17.76s)
--- PASS: TestAccVerifiedAccessInstance_basic (38.14s)
--- PASS: TestAccVerifiedAccessInstance_description (58.39s)
--- PASS: TestAccVerifiedAccessInstance_fipsEnabled (58.78s)
--- PASS: TestAccVerifiedAccessInstance_tags (74.17s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/ec2 79.655s
@GlennChia Thanks for the contribution 🎉 👏. |
This functionality has been released in v5.21.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
Adds the
fips_enabled
(optional, forces new) argument toaws_verifiedaccess_instance
Relations
Relates #29689
Closes #33886
References
Announcement: AWS Verified Access supports FIPS 140-2 compliant endpoints in US and Canada Regions
Output from Acceptance Testing