Skip to content

Feature Request: "${" and "%{" should be escaped automatically #2017

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

Open
gcheang opened this issue Apr 24, 2025 · 1 comment
Open

Feature Request: "${" and "%{" should be escaped automatically #2017

gcheang opened this issue Apr 24, 2025 · 1 comment

Comments

@gcheang
Copy link
Contributor

gcheang commented Apr 24, 2025

In Terraform, string templates begin wth ${ or %{.

When importing resources using Terraformer, it would be nice to have those values escaped to $${ and %%{ respectively, otherwise Terraform will interpret those values as the start of string templates.

@tom10271
Copy link

tom10271 commented Jun 4, 2025

Faced the same problem. The raw value in AWS is s3://aws-waf-logs-my-app/AWSLogs/123123123/WAFLogs/${region}/MyFirewall/${date}/ and the resolved value by Terraform is the exact string value.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants