Skip to content

Commit 0101f12

Browse files
walterdolcestack72
authored andcommitted
Explicitly say count is not supported by modules (hashicorp#10553)
Reference: https://groups.google.com/forum/#!msg/terraform-tool/T3eB4pZ6waU/5hqs2SyGCAAJ
1 parent be44028 commit 0101f12

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

website/source/docs/configuration/resources.html.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ There are **meta-parameters** available to all resources:
5050
This doesn't apply to all resources. For details on using variables in
5151
conjunction with count, see [Using Variables with
5252
`count`](#using-variables-with-count) below.
53+
~> **NOTE:** modules don't currently support the `count` parameter.
54+
5355

5456
* `depends_on` (list of strings) - Explicit dependencies that this
5557
resource has. These dependencies will be created before this

0 commit comments

Comments
 (0)