website: Tweak 0.12 module content for 0.11
...well, I was ALMOST right in the previous commit.
This commit is contained in:
parent
34e90ff3c1
commit
6c346b5740
|
@ -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
|
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
|
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
|
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).
|
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
|
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
|
For more information about referring to named values, see
|
||||||
[Expressions](./expressions.html).
|
[Interpolation](./interpolation.html).
|
||||||
|
|
||||||
## Module Versions
|
## Module Versions
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue