Skip to content

Commit 32e3ad3

Browse files
authored
docs: module support for count (#232)
1 parent 3a5f994 commit 32e3ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Note that `db_computed_sg` and `db_computed_merged_sg` are equal, because it is
123123

124124
## Conditional creation
125125

126-
Sometimes you need to have a way to create security group conditionally but Terraform does not allow to use `count` inside `module` block, so the solution is to specify argument `create`.
126+
Sometimes you need a way to conditionally create a security group. If you're using Terraform < 0.13 which lacks module support for [count](https://www.terraform.io/docs/language/meta-arguments/count.html), you can instead specify the argument `create`.
127127

128128
```hcl
129129
# This security group will not be created

0 commit comments

Comments
 (0)