From a8ad68432508a21de02069f012506c69f5a6e7da Mon Sep 17 00:00:00 2001 From: Matt Whipple Date: Thu, 23 Mar 2017 04:13:02 -0400 Subject: [PATCH] Update ignition config example to use `data.` (#12984) --- website/source/docs/providers/ignition/d/config.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/providers/ignition/d/config.html.md b/website/source/docs/providers/ignition/d/config.html.md index 16f5c7c44f..d565758ff9 100644 --- a/website/source/docs/providers/ignition/d/config.html.md +++ b/website/source/docs/providers/ignition/d/config.html.md @@ -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. \ No newline at end of file +* `rendered` - The final rendered template.