From c135fce38ffda2294cbfc51817ebe26c2654d26d Mon Sep 17 00:00:00 2001 From: Kumaraswamy Vithanala <64014824+kumarvit@users.noreply.github.com> Date: Sat, 6 Jun 2020 20:49:56 +0530 Subject: [PATCH] update README.md --- examples/README.md | 2 +- examples/complete/README.md | 4 ++-- examples/simple_VNet_exmaple/README.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/README.md b/examples/README.md index cc54835..d4ddf3d 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1,4 +1,4 @@ -# Virtual Network resource creation example +# Azure Virtual Network Terraform Module This Terraform Module is designed to quickly deploy VNet, Subnets with NSG, service endpoints and delegations. Further security hardening would be recommend to add appropriate NSG rules to use this for any production workloads. diff --git a/examples/complete/README.md b/examples/complete/README.md index 52baa7b..fc878f1 100644 --- a/examples/complete/README.md +++ b/examples/complete/README.md @@ -1,6 +1,6 @@ -# Virtual Network resource creation example +# Azure Virtual Network Terraform Module -Configuration in this directory creates a set of Azure network resources. Few of these resources added/excluded as per your requirement. +This Terraform Module is designed to quickly deploy VNet, Subnets with NSG, service endpoints and delegations. Further security hardening would be recommend to add appropriate NSG rules to use this for any production workloads. ## Module Usage diff --git a/examples/simple_VNet_exmaple/README.md b/examples/simple_VNet_exmaple/README.md index db0172b..8988d74 100644 --- a/examples/simple_VNet_exmaple/README.md +++ b/examples/simple_VNet_exmaple/README.md @@ -1,6 +1,6 @@ -# Virtual Network resource creation example +# Azure Virtual Network Terraform Module -Configuration in this directory creates a set of Azure network resources. Few of these resources added/excluded as per your requirement. +This Terraform Module is designed to quickly deploy VNet, Subnets with NSG, service endpoints and delegations. Further security hardening would be recommend to add appropriate NSG rules to use this for any production workloads. ## Module Usage