-
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
feat: add aws_dx_hosted_connection and aws_dx_connection_confirmation resource #16489
feat: add aws_dx_hosted_connection and aws_dx_connection_confirmation resource #16489
Conversation
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.
Welcome @kmcclive 👋
It looks like this is your first Pull Request submission to the Terraform AWS Provider! If you haven’t already done so please make sure you have checked out our CONTRIBUTING guide and FAQ to make sure your contribution is adhering to best practice and has all the necessary elements in place for a successful approval.
Also take a look at our FAQ which details how we prioritize Pull Requests for inclusion.
Thanks again, and welcome to the community! 😃
This may close #9366, but was given the name "connection_confirmation" instead of "connection_accepter" to be consistent with the SDK and API. |
@kmcclive Thanks for the contribution 🎉 👏. |
% make testacc TESTARGS='-run=TestAccAwsDxLag_\|TestAccAWSDxConnectionAssociation_\|TestAccAWSDxConnection_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAwsDxLag_\|TestAccAWSDxConnectionAssociation_\|TestAccAWSDxConnection_ -timeout 180m
=== RUN TestAccAWSDxConnectionAssociation_basic
=== PAUSE TestAccAWSDxConnectionAssociation_basic
=== RUN TestAccAWSDxConnectionAssociation_LAGOnConnection
=== PAUSE TestAccAWSDxConnectionAssociation_LAGOnConnection
=== RUN TestAccAWSDxConnectionAssociation_Multiple
=== PAUSE TestAccAWSDxConnectionAssociation_Multiple
=== RUN TestAccAwsDxLag_basic
=== PAUSE TestAccAwsDxLag_basic
=== RUN TestAccAwsDxLag_disappears
=== PAUSE TestAccAwsDxLag_disappears
=== RUN TestAccAwsDxLag_ConnectionID
=== PAUSE TestAccAwsDxLag_ConnectionID
=== RUN TestAccAwsDxLag_ProviderName
=== PAUSE TestAccAwsDxLag_ProviderName
=== RUN TestAccAwsDxLag_Tags
=== PAUSE TestAccAwsDxLag_Tags
=== CONT TestAccAWSDxConnectionAssociation_basic
=== CONT TestAccAwsDxLag_ConnectionID
=== CONT TestAccAwsDxLag_basic
=== CONT TestAccAWSDxConnectionAssociation_LAGOnConnection
=== CONT TestAccAwsDxLag_Tags
=== CONT TestAccAwsDxLag_disappears
=== CONT TestAccAWSDxConnectionAssociation_Multiple
=== CONT TestAccAwsDxLag_ProviderName
--- PASS: TestAccAWSDxConnectionAssociation_basic (24.32s)
--- PASS: TestAccAwsDxLag_disappears (25.33s)
--- PASS: TestAccAWSDxConnectionAssociation_Multiple (27.86s)
--- PASS: TestAccAWSDxConnectionAssociation_LAGOnConnection (29.90s)
--- PASS: TestAccAwsDxLag_ConnectionID (32.05s)
--- PASS: TestAccAwsDxLag_ProviderName (33.35s)
--- PASS: TestAccAwsDxLag_basic (42.20s)
--- PASS: TestAccAwsDxLag_Tags (57.15s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 60.307s |
This functionality has been released in v3.62.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. |
Community Note
Closes #9366.
Closes #20950.
Output from acceptance testing: