Explicitly say `count` is not supported by modules (#10553)

Reference: https://groups.google.com/forum/#!msg/terraform-tool/T3eB4pZ6waU/5hqs2SyGCAAJ
This commit is contained in:
Walter Dolce 2016-12-07 15:33:15 +00:00 committed by Paul Stack
parent be44028945
commit 0101f12958
1 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,8 @@ There are **meta-parameters** available to all resources:
This doesn't apply to all resources. For details on using variables in
conjunction with count, see [Using Variables with
`count`](#using-variables-with-count) below.
~> **NOTE:** modules don't currently support the `count` parameter.
* `depends_on` (list of strings) - Explicit dependencies that this
resource has. These dependencies will be created before this