diff --git a/README.md b/README.md index 4064ee7..63d46e6 100644 --- a/README.md +++ b/README.md @@ -6,20 +6,6 @@ This Terraform module deploys a Virtual Network in Azure with the following char - Creates a network with a subnet or a set of subnets passed in as input parameters. - Exposes a security group as one of the output parameters, which you can use to define additional security rules on subnets in the deployed network. -Module Input Variables ----------------------- - -- `resource_group_name` - The name of the resource group where the network will be created. -- `location` - The Azure location where the resources will be created. -- `address_space` - The address space for the virtual network that will be created. -- `dns_servers` - DNS Servers to use for this network; if blank, this defaults to use Azure DNS. -- `subnet_prefixes` - An array of subnet prefixes for subnets that will be created inside this network. -- `subnet_names` - An array of subnet names for subnets that will be created inside this network (this is parallel to subnet_prefixes array). -- `tags` - A map of the tags to use on the resources that are deployed with this module. - -Optional variables -- 'allow_rdp_traffic' - if set to true, a security rule allowing RDP traffic is automatically added to all subnets created by this module. -- 'allow_ssh_traffic' - if set to true, a security rule allowing SSH traffic is automatically added to all subnets created by this module. Usage ----- @@ -41,17 +27,7 @@ module "network" { ``` -Outputs -======= - -- `vnet_id` - Id of the Virtual Network created -- `vnet_name` - Name of the Virtual Network created -- `vnet_location` - Location of the Virtual Network created -- `vnet_address_space` - Address space of the Virtual Network created -- `vnet_dns_servers` - DNS Servers of the Virtual Network created -- `vnet_subnets` - Ids of subnets inside the Virtual Network created -- `security_group_id` - Id of the security group created and attached to each subnet within the Virtual Network created Authors ======= -Originally created by [Eugene Chuvyrov](http://github.com/echuvyrov) \ No newline at end of file +Originally created by [Eugene Chuvyrov](http://github.com/echuvyrov)