website: interpolation.html.md: "module" is literal

`MODULE` should be lowercase since it's not a placeholder for the actual module name.
This commit is contained in:
Carlos Vega Meyer 2018-07-03 09:44:32 -03:00 committed by Nick Fagerlund
parent 9ddc9c79a4
commit fa22084e3a
1 changed files with 1 additions and 1 deletions

View File

@ -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).