terraform-aws-ecs
terraform-aws-ecs copied to clipboard
fix: Added pid_mode to main.tf
Missing pid_mod.
Description
Missing pid_mode in main.tf.
Motivation and Context
Was not able to set: pid_mode = "task"
Breaking Changes
No
How Has This Been Tested?
- [ ] I have updated at least one of the
examples/*to demonstrate and validate my change(s) - [ ] I have tested and validated these changes using one or more of the provided
examples/*projects
- [ ] I have executed
pre-commit run -aon my pull request