Skip to content
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

fix(provider-generator): wrap dynamic block iterator .key and .value in Token.asString as simply concatenating it won't work in non-TS languages #3014

Merged
merged 3 commits into from
Jul 19, 2023

Conversation

ansgarm
Copy link
Member

@ansgarm ansgarm commented Jul 18, 2023

Resolves #2643 – more specifically the case in this comment: https://github.com/hashicorp/terraform-cdk/issues/2643\#issuecomment-1505215265

…in Token.asString as simply concatenating it won't work in non-TS languages

Resolves #2643 – more specifically the case in this comment: #2643
@DanielMSchmidt DanielMSchmidt added this pull request to the merge queue Jul 19, 2023
Merged via the queue into main with commit a07f275 Jul 19, 2023
20 checks passed
@DanielMSchmidt DanielMSchmidt deleted the convert-wrap-dynamic-block-key-value branch July 19, 2023 15:27
@github-actions
Copy link
Contributor

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. If you've found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Conversion from Typescript template literals and concatenated strings to other languages is broken
3 participants