bug: tfparse: does not correctly evaluate default of coder_parameter as variable #15795
Labels
bug risk
Prone to bugs
customer-reported
Bugs reported by enterprise customers. Only humans may set this.
s2
Broken use cases or features (with a workaround). Only humans may set this.
Given:
The following
main.tf
:When:
provisioner/terraform/tfparse.WorkspaceTagDefaults
extracts workspace tags from the aboveThen:
Expected:
Actual:
Notes:
A similar issue can also be observed with an "evaluated" default value, e.g.:
In this case, we get the raw value
${""}${"a"}
instead of the expected valuea
.The text was updated successfully, but these errors were encountered: