Skip to content
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request hashicorp#25 from hashicorp/typo-readme
Browse files Browse the repository at this point in the history
Fixing typo in the README variables
  • Loading branch information
amy-hashi authored Nov 6, 2019
2 parents 273d361 + 219db19 commit 1886d80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/bootstrap-aws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ This will create a VPC with subnets, and can create a Route53 zone.
| cidr\_block | CIDR block range to use for the network. | string | `"10.0.0.0/16"` | no |
| domain\_name | The domain to create a route53 zone for. (eg. `tfe.example.com`), will not create if left empty. | string | `""` | no |
| prefix | The prefix to use on all resources, will generate one if not set. | string | `""` | no |
| private\_subnet\_cidr\_block | CIDR block range to use for the private subnet. | list| `["10.0.11.0/24", "10.0.12.0/24", "10.0.13.0/24"]` | no |
| public\_subnet\_cidr\_block | CIDR block range to use for the public subnet. | list | `["10.0.21.0/24", "10.0.22.0/24", "10.0.23.0/24"]` | no |
| private\_subnet\_cidr\_blocks | CIDR block range to use for the private subnet. | list| `["10.0.11.0/24", "10.0.12.0/24", "10.0.13.0/24"]` | no |
| public\_subnet\_cidr\_blocks | CIDR block range to use for the public subnet. | list | `["10.0.21.0/24", "10.0.22.0/24", "10.0.23.0/24"]` | no |

## Outputs

Expand Down

0 comments on commit 1886d80

Please sign in to comment.