Closed patrickcping closed 2 months ago
The critical combination is that the error title is warning about unknown properties, yet the error message describes missing flow variable values. The message seemly conflicts with the title.
Found to be a false positive during the terraform validate
step and does not change the outcome of the terraform plan
step. terraform apply
is unaffected and therefore the warning is safe to ignore
Community Note
Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please see: https://www.terraform.io/community.html.
DaVinci Terraform provider Version
Terraform Version
v0.4.1
Affected Resource(s)
davinci_flow
Terraform Configuration Files
Debug Output
Panic Output
N/a
Expected Behavior
No warning, flow exported with variable values
Actual Behavior
Warning as shown. Apply is not impacted
Steps to Reproduce
terraform validate
terraform plan
Important Factoids
References