Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
anarwal committed Jul 17, 2019
1 parent fc4f863 commit 46a606d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ module "networking_setup" {
| namespace | Namespace, which could be your organization name or abbreviation" |`string` | "" | yes |
| stage | Stage, e.g. 'prod', 'staging', 'dev' |`string` | "" | yes |
| name | Solution name, e.g. 'app' or 'jenkins' |`string` | "" | yes |
| attributes | Additional attributes |`list` | <list> | no |
| attributes | Additional attributes |`list` | `<list>`| no |
| delimiter | Delimiter to be used between namespace, environment, stage, name and attributes|`string` | "-" | no |
| public_subnets | List of public subnets (Value needs to be in CIDR Block range) |`list` | <list> | yes |
| private_subnets | List of private subnets (Value needs to be in CIDR Block range) |`list` | <list> | yes |
| availability_zones| List of availability zones |`list` | <list> | yes |
| public_subnets | List of public subnets (Value needs to be in CIDR Block range) |`list` | `<list>`| yes |
| private_subnets | List of private subnets (Value needs to be in CIDR Block range) |`list` | `<list>`| yes |
| availability_zones| List of availability zones |`list` | `<list>`| yes |
| cidr | CIDR block for the VPC |`string` | "" | yes |

## OUTPUT VALUE NAMES
Expand Down

0 comments on commit 46a606d

Please sign in to comment.