From 0101f129588c59efb3f0a0807ef7e035011a422e Mon Sep 17 00:00:00 2001 From: Walter Dolce Date: Wed, 7 Dec 2016 15:33:15 +0000 Subject: [PATCH] Explicitly say `count` is not supported by modules (#10553) Reference: https://groups.google.com/forum/#!msg/terraform-tool/T3eB4pZ6waU/5hqs2SyGCAAJ --- website/source/docs/configuration/resources.html.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/source/docs/configuration/resources.html.md b/website/source/docs/configuration/resources.html.md index 685f1a259..df29d98ed 100644 --- a/website/source/docs/configuration/resources.html.md +++ b/website/source/docs/configuration/resources.html.md @@ -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