From b2716521b04efd0f51ccade2a740ea3bc16fe974 Mon Sep 17 00:00:00 2001 From: Puneeth Nanjundaswamy Date: Mon, 11 Mar 2019 15:13:53 +0100 Subject: [PATCH] fix README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a071f6..4ebf5d2 100644 --- a/README.md +++ b/README.md @@ -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 @@ -48,4 +48,4 @@ module "infra_vpc" { } } -``` \ No newline at end of file +```