Skip to content

Commit 9f859de

Browse files
authored
chore: Updated the conditional creation section of the README (#584)
1 parent ae84e80 commit 9f859de

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
@@ -167,7 +167,7 @@ If your organization requires a permissions boundary to be attached to the VPC F
167167

168168
## Conditional creation
169169

170-
Sometimes you need to have a way to create VPC resources conditionally but Terraform does not allow to use `count` inside `module` block, so the solution is to specify argument `create_vpc`.
170+
Prior to Terraform 0.13, you were unable to specify `count` in a module block. If you wish to toggle the creation of the module's resources in an older (pre 0.13) version of Terraform, you can use the `create_vpc` argument.
171171

172172
```hcl
173173
# This VPC will not be created

0 commit comments

Comments
 (0)