-
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
enableExecuteCommand for aws_ecs_service #18112
Comments
I think an update is also required to |
@ewbankkit, @bill-rich , I've opened a PR, that adds |
The merged PR only covers the |
@markbaird Do you really need |
@WhyNotHugo if you want any auditing of the commands run in the task, we'll need support for |
This has been released in version 3.34.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 for triage. Thanks! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Description
ECS services (Fargate and EC2) now allow commands to be executed inside the container. This must be enabled on every ECS task and service. The provider must send a new field to
CreateService
/UpdateService
,enableExecuteCommand
, to enable this functionality.New or Affected Resource(s)
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: