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
It could be beneficial to introduce an option in the .projenrc file to switch the cdktf synth result from its standard JSON output format to HCL output. This can be achieved by incorporating the --hcl flag during the synth invocation. Additionally, it may be necessary to implement a validation step to ensure that the cdktfVersion specified is at least 0.20 before this HCL option can be enabled.
The text was updated successfully, but these errors were encountered:
It could be beneficial to introduce an option in the
.projenrc
file to switch thecdktf synth
result from its standard JSON output format to HCL output. This can be achieved by incorporating the--hcl
flag during the synth invocation. Additionally, it may be necessary to implement a validation step to ensure that thecdktfVersion
specified is at least0.20
before this HCL option can be enabled.The text was updated successfully, but these errors were encountered: