-
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-aws_ecs_service-service_connect_tls #35684
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.
Please operate the acceptance tests (at least _basic) and provide the outputs.
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.
Two small changes requested for the validation of Arns. And then I can approve for merge.
Co-authored-by: Tyler Lynch <adamtylerlynch@gmail.com>
Co-authored-by: Tyler Lynch <adamtylerlynch@gmail.com>
@AdamTylerLynch I have merged your proposals into the branch.... Didn't know about that validation function... so go to know :) |
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=TestAccECSService_basic\|TestAccECSService_ServiceConnect' PKG=ecs ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/ecs/... -v -count 1 -parallel 3 -run=TestAccECSService_basic\|TestAccECSService_ServiceConnect -timeout 360m
=== RUN TestAccECSService_basic
=== PAUSE TestAccECSService_basic
=== RUN TestAccECSService_basicImport
=== PAUSE TestAccECSService_basicImport
=== RUN TestAccECSService_ServiceConnect_basic
=== PAUSE TestAccECSService_ServiceConnect_basic
=== RUN TestAccECSService_ServiceConnect_full
=== PAUSE TestAccECSService_ServiceConnect_full
=== RUN TestAccECSService_ServiceConnect_ingressPortOverride
=== PAUSE TestAccECSService_ServiceConnect_ingressPortOverride
=== RUN TestAccECSService_ServiceConnect_remove
=== PAUSE TestAccECSService_ServiceConnect_remove
=== CONT TestAccECSService_basic
=== CONT TestAccECSService_ServiceConnect_basic
=== CONT TestAccECSService_ServiceConnect_full
--- PASS: TestAccECSService_basic (78.23s)
=== CONT TestAccECSService_basicImport
--- PASS: TestAccECSService_ServiceConnect_basic (156.03s)
=== CONT TestAccECSService_ServiceConnect_remove
--- PASS: TestAccECSService_ServiceConnect_full (183.56s)
=== CONT TestAccECSService_ServiceConnect_ingressPortOverride
--- PASS: TestAccECSService_basicImport (192.83s)
--- PASS: TestAccECSService_ServiceConnect_remove (178.90s)
--- PASS: TestAccECSService_ServiceConnect_ingressPortOverride (172.37s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/ecs 367.074s
@dgr237 Thanks for the contribution 🎉 👏. |
This functionality has been released in v5.37.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
This PR implements the recently announced TLS for Service Connect.
Relations
Closes: #35446
References
AWS Announcement
Output from Acceptance Testing