-
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
Documentation: r/ecs_task_definition note about quote escaping container_definition #2162
Conversation
Hi @bflad Good call! :) I do think this would have sense in the interpolation documentation for instance, and then link notes in other pages to it. Thoughts? :) |
Added to the Interpolation docs in hashicorp/terraform#16940 |
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.
👍 thanks!
💯 🎉 |
* master: (147 commits) Cleaned Data Sources Update CHANGELOG.md resource/cognito_user_pool: Update Cognito email message length to 20,000 (#2692) Update ecs_service.html.markdown (#2694) Documentation: r/ecs_task_definition note about quote escaping container_definition (#2162) Cleanup after v1.6.0 release v1.6.0 Make depends_on consistent with note (#2526) removing duplicate Update CHANGELOG.md r/aws_ssm_parameter: Fix arn attribute for full path names and improve testing Update CHANGELOG.md Update CHANGELOG.md s3: Add validation for SSE Algorithm and correct spelling #2217: fixed when encryption is AES256 #2217: documentation #2217: re-enable default encryption after disabling in via UI #2217: wrote additional acceptance test #2217: wrote typical acceptance test #2217: make fmt ...
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! |
This is a targeted documentation note, but maybe it could be put somewhere more generic and referenced in various places where the Terraform/API input is raw JSON for a field and could contain quotes in values?
Closes #2142