You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This breaks all terraform commands from working as it doesn't understand the new type:
terraform init
Error: Invalid type specification
on variables_override.tf.json line 6, in variable[0].create_main_node_group:
6: "type": "${bool}",
A type specification is either a primitive type keyword (bool, number,
string) or a complex type constructor call, like list(string).
There is also the issue that the variables is a list and all in all the transformation doesn't seem to work with this library which is a shame but this main issue is still a problem nontheless
The text was updated successfully, but these errors were encountered:
Here's a minimal reproduction code to show what i mean
variables.tf
test.py
expected output:
actual output
This breaks all terraform commands from working as it doesn't understand the new type:
terraform init
There is also the issue that the variables is a list and all in all the transformation doesn't seem to work with this library which is a shame but this main issue is still a problem nontheless
The text was updated successfully, but these errors were encountered: