Closed dbryar closed 5 months ago
hey @dbryar thanks for raising! I'm still working to reproduce this issue, but I do think that if description
is left undefined, falling back to the description value in the flow import is sensible. I'll line this change up for the next minor release
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
0.3.1
Terraform Version
1.4.2
Affected Resource(s)
davinci_flow
Terraform Configuration Files
Debug Output
on every flow
Expected Behavior
Should add description to Flows
Actual Behavior
Steps to Reproduce
terraform apply
Important Factoids
We were relying on
flowJson.description
in 0.2.x but in change to 0.3.x that was being ignored, so added a description field in the block and now we see this error message (all flows)