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

pull/12855/head
Matt Whipple 9 years ago committed by Radek Simko
parent 90100879e7
commit a8ad684325

@ -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}",
]
}
```
@ -55,4 +55,4 @@ The `append` and `replace` blocks supports:
The following attributes are exported:
* `rendered` - The final rendered template.
* `rendered` - The final rendered template.

Loading…
Cancel
Save