mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-09 15:43:53 -06:00
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}",
|
||||
]
|
||||
}
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user