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
{{ message }}
This repository has been archived by the owner on Dec 5, 2020. It is now read-only.
Terraform Version
Affected Resource(s)
Please list the resources as a list, for example:
Terraform Configuration Files
https://github.com/captn3m0/ignition-bug-report
Debug Output
https://paste.ubuntu.com/p/grzKJn3P7D/
Expected Behavior
append
should accept a list of maps from a variable.Actual Behavior
Error: data.ignition_config.main: "append.0.source": required field is not set
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
git clone [email protected]:captn3m0/ignition-bug-report.git
cd ignition-bug-report
terraform init && terraform plan
The basic idea is to get
working. But append doesn't like taking its value from a external source.
The text was updated successfully, but these errors were encountered: