From fa22084e3a8e28fad470290bee7f4d0d2e93de63 Mon Sep 17 00:00:00 2001 From: Carlos Vega Meyer Date: Tue, 3 Jul 2018 09:44:32 -0300 Subject: [PATCH] website: interpolation.html.md: "module" is literal `MODULE` should be lowercase since it's not a placeholder for the actual module name. --- website/docs/configuration-0-11/interpolation.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/configuration-0-11/interpolation.html.md b/website/docs/configuration-0-11/interpolation.html.md index 3bde9d080..bfa28ab29 100644 --- a/website/docs/configuration-0-11/interpolation.html.md +++ b/website/docs/configuration-0-11/interpolation.html.md @@ -75,7 +75,7 @@ syntax to get a list of all the attributes: `${data.aws_subnet.example.*.cidr_bl #### Outputs from a module -The syntax is `MODULE.NAME.OUTPUT`. For example `${module.foo.bar}` will +The syntax is `module.NAME.OUTPUT`. For example `${module.foo.bar}` will interpolate the `bar` output from the `foo` [module](/docs/modules/index.html).