Skip to content

Commit 5052e8c

Browse files
authored
Merge pull request #3 from cgriggs01/patch-2
Remove Output variable from README
2 parents 1d3cb0f + db091c0 commit 5052e8c

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -74,19 +74,6 @@ module "mycompute2" {
7474
}
7575
7676
```
77-
78-
Outputs
79-
=======
80-
81-
- `vm_ids`- Virtual machine ids created
82-
- `network_security_group_id` - id of the security group provisioned
83-
- `network_interface_ids` - ids of the vm nics provisoned
84-
- `network_interface_private_ip` - private ip addresses of the vm nics
85-
- `public_ip_id` - id of the public ip address provisoned
86-
- `public_ip_address` - The actual ip address allocated for the resource.
87-
- `public_ip_dns_name` - fqdn to connect to the first vm provisioned.
88-
- `availability_set_id` - id of the availability set where the vms are provisioned.
89-
9077
Authors
9178
=======
9279
Originally created by [David Tesar](http://github.com/dtzar)

0 commit comments

Comments
 (0)