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
1 changed files with 2 additions and 2 deletions

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}",
]
}
```
@ -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.