Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes for Terraform Module Registry formatting #1

Merged
merged 1 commit into from
Sep 15, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 1 addition & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----
Expand All @@ -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)
Originally created by [Eugene Chuvyrov](http://github.com/echuvyrov)