Skip to content

Commit

Permalink
chore: Updated the conditional creation section of the README (terraf…
Browse files Browse the repository at this point in the history
  • Loading branch information
ae-ou authored and harrythebot committed May 11, 2022
1 parent d111f79 commit f4eef71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ If your organization requires a permissions boundary to be attached to the VPC F

## Conditional creation

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`.
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.

```hcl
# This VPC will not be created
Expand Down

0 comments on commit f4eef71

Please sign in to comment.