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(lib): Also separate Token Map and symbols for interoperability with AWS CDK Tokens #1176

Merged
merged 1 commit into from
Oct 20, 2021

Conversation

ansgarm
Copy link
Member

@ansgarm ansgarm commented Oct 20, 2021

This missed the way the TokenMap was instantiated as a singleton which caused
the two token systems to still be connected causing weird errors.

For example AWS CDK Tokens were encoded as TfToken causing more issues
further down the chain in the AWS Adapter (see @cdktf/aws-cdk package).

…th AWS CDK Tokens

This missed the way the TokenMap was instantiated as a singleton which caused
the two token systems to still be connected causing weird errors.

For example AWS CDK Tokens were encoded as `TfToken` causing more issues
further down the chain in the AWS Adapter (see `@cdktf/aws-cdk` package).
@ansgarm ansgarm merged commit 9bef065 into main Oct 20, 2021
@ansgarm ansgarm deleted the fix-token-namespace branch October 20, 2021 15:15
@github-actions
Copy link
Contributor

github-actions bot commented Dec 6, 2022

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 Dec 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants