-
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
r/aws_ec2_client_vpn_endpoint: Change authentication_options
to TypeSet
#29294
r/aws_ec2_client_vpn_endpoint: Change authentication_options
to TypeSet
#29294
Conversation
Acceptance test output: % make testacc TESTARGS='-run=TestAccClientVPNEndpoint_serial/NetworkAssociation/securityGroupsOnEndpoint' PKG=ec2 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 20 -run=TestAccClientVPNEndpoint_serial/NetworkAssociation/securityGroupsOnEndpoint -timeout 180m === RUN TestAccClientVPNEndpoint_serial === PAUSE TestAccClientVPNEndpoint_serial === CONT TestAccClientVPNEndpoint_serial === RUN TestAccClientVPNEndpoint_serial/NetworkAssociation_multipleSubnets === PAUSE TestAccClientVPNEndpoint_serial/NetworkAssociation_multipleSubnets === RUN TestAccClientVPNEndpoint_serial/NetworkAssociation_disappears === PAUSE TestAccClientVPNEndpoint_serial/NetworkAssociation_disappears === RUN TestAccClientVPNEndpoint_serial/NetworkAssociation_securityGroups === PAUSE TestAccClientVPNEndpoint_serial/NetworkAssociation_securityGroups === RUN TestAccClientVPNEndpoint_serial/NetworkAssociation_securityGroupsOnEndpoint === PAUSE TestAccClientVPNEndpoint_serial/NetworkAssociation_securityGroupsOnEndpoint === RUN TestAccClientVPNEndpoint_serial/NetworkAssociation_basic === PAUSE TestAccClientVPNEndpoint_serial/NetworkAssociation_basic === CONT TestAccClientVPNEndpoint_serial/NetworkAssociation_multipleSubnets === CONT TestAccClientVPNEndpoint_serial/NetworkAssociation_securityGroupsOnEndpoint === CONT TestAccClientVPNEndpoint_serial/NetworkAssociation_disappears === CONT TestAccClientVPNEndpoint_serial/NetworkAssociation_basic === CONT TestAccClientVPNEndpoint_serial/NetworkAssociation_securityGroups --- PASS: TestAccClientVPNEndpoint_serial (0.68s) --- PASS: TestAccClientVPNEndpoint_serial/NetworkAssociation_disappears (650.75s) --- PASS: TestAccClientVPNEndpoint_serial/NetworkAssociation_securityGroupsOnEndpoint (701.05s) --- PASS: TestAccClientVPNEndpoint_serial/NetworkAssociation_securityGroups (714.99s) --- PASS: TestAccClientVPNEndpoint_serial/NetworkAssociation_basic (737.06s) --- PASS: TestAccClientVPNEndpoint_serial/NetworkAssociation_multipleSubnets (873.63s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/ec2 879.549s
…peSet'. Acceptance test output: % make testacc TESTARGS='-run=TestAccClientVPNEndpoint_serial/Endpoint_msADAuthAndMutualAuth' PKG=ec2 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 20 -run=TestAccClientVPNEndpoint_serial/Endpoint_msADAuthAndMutualAuth -timeout 180m === RUN TestAccClientVPNEndpoint_serial === PAUSE TestAccClientVPNEndpoint_serial === CONT TestAccClientVPNEndpoint_serial === RUN TestAccClientVPNEndpoint_serial/Endpoint_msADAuthAndMutualAuth === PAUSE TestAccClientVPNEndpoint_serial/Endpoint_msADAuthAndMutualAuth === CONT TestAccClientVPNEndpoint_serial/Endpoint_msADAuthAndMutualAuth --- PASS: TestAccClientVPNEndpoint_serial (0.15s) --- PASS: TestAccClientVPNEndpoint_serial/Endpoint_msADAuthAndMutualAuth (2649.19s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/ec2 2656.261s
Community NoteVoting for Prioritization
For Submitters
|
This functionality has been released in v4.54.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
Changes
aws_ec2_client_vpn_endpoint .authentication_options
fromTypeList
toTypeSet
as order is not significant.Relations
Closes #25800.
Output from Acceptance Testing