provider version gets pinned on synth #1762
Labels
bug
Something isn't working
cdktf
priority/awaiting-more-evidence
Lowest priority. Unlikely to be worked on unless/until it gets a lot more upvotes.
Community Note
cdktf & Language Versions
cdktf 0.10.3
python 3.9
Affected Resource(s)
having the following in cdktf.json
synthesising with cdk 0.9.0,
cdktf.out/stacks/<my-stack>/cdk.tf.json
showssynthesising with cdk 0.10.3,
cdktf.out/stacks/<my-stack>/cdk.tf.json
showsthis is a problem because i deploy this synthesised cdk.tf.json as a module in other terraform stacks. pinning the version of the provider shackles the other terraform stacks to this version of the provider
The text was updated successfully, but these errors were encountered: