Skip to content

Commit

Permalink
Merge pull request #3 from cgriggs01/patch-2
Browse files Browse the repository at this point in the history
Remove Output variable from README
  • Loading branch information
dcaro authored Sep 15, 2017
2 parents 1d3cb0f + db091c0 commit 5052e8c
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,19 +74,6 @@ module "mycompute2" {
}
```

Outputs
=======

- `vm_ids`- Virtual machine ids created
- `network_security_group_id` - id of the security group provisioned
- `network_interface_ids` - ids of the vm nics provisoned
- `network_interface_private_ip` - private ip addresses of the vm nics
- `public_ip_id` - id of the public ip address provisoned
- `public_ip_address` - The actual ip address allocated for the resource.
- `public_ip_dns_name` - fqdn to connect to the first vm provisioned.
- `availability_set_id` - id of the availability set where the vms are provisioned.

Authors
=======
Originally created by [David Tesar](http://github.com/dtzar)
Expand Down

0 comments on commit 5052e8c

Please sign in to comment.