Update ignition config example to use `data.` (#12984)
This commit is contained in:
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…
Reference in New Issue