Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Puneeth-n committed Mar 11, 2019
1 parent eb7a059 commit b271652
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This module is used to create VPCs in your AWS account. It is a complete rewrite
* Configure optionally, your private and public subnet configurationby specifying the number of subnets to be created, newbits and netnum_offset. Subnetting should be handled externally to this module. See [CIDR subnetting in terraform](https://www.terraform.io/docs/configuration-0-11/interpolation.html#cidrsubnet-iprange-newbits-netnum-)

* See [variable.tf](./variables.tf) for more configurable options.
* See [outputs.tf](./outputs.tf) for more
* See [outputs.tf](./outputs.tf) for exposed outputs



Expand Down Expand Up @@ -48,4 +48,4 @@ module "infra_vpc" {
}
}
```
```

0 comments on commit b271652

Please sign in to comment.