Update ignition config example to use data. (#12984)

This commit is contained in:
Matt Whipple 2017-03-23 04:13:02 -04:00 committed by Radek Simko
parent 90100879e7
commit a8ad684325

View File

@ -15,7 +15,7 @@ Renders an ignition configuration as JSON. It contains all the disks, partition
```
data "ignition_config" "example" {
systemd = [
"${ignition_systemd_unit.example.id}",
"${data.ignition_systemd_unit.example.id}",
]
}
```