website: Tweak 0.12 module content for 0.11

...well, I was ALMOST right in the previous commit.
This commit is contained in:
Nick Fagerlund 2019-03-13 18:37:01 +00:00 committed by Nick Fagerlund
parent 34e90ff3c1
commit 6c346b5740
1 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ All modules require a `source` argument, which is a meta-argument defined by
Terraform CLI. Its value is either the path to a local directory of the
module's configuration files, or a remote module source that Terraform should
download and use. This value must be a literal string with no template
sequences; arbitrary expressions are not allowed. For more information on
sequences; interpolations are not allowed. For more information on
possible values for this argument, see [Module Sources](/docs/modules/sources.html).
The same source address can be specified in multiple `module` blocks to create
@ -93,7 +93,7 @@ resource "aws_elb" "example" {
```
For more information about referring to named values, see
[Expressions](./expressions.html).
[Interpolation](./interpolation.html).
## Module Versions