skytap / terraform-provider-skytap

Terraform Skytap provider
https://www.terraform.io/docs/providers/skytap/
Mozilla Public License 2.0
4 stars 11 forks source link

Add attributes providing access to maps of computed VM resource settings #5

Closed ja6a closed 5 years ago

ja6a commented 5 years ago

Each network interface is contained within a set. Within each set is a set of published services. Both sets will contain computed values. Access to these values is required within the terraform state files. The values are: External IP address External port for the published services.

The documentation contains instructions on how to use the new attributes.

night0wl commented 5 years ago

👍

pegerto commented 5 years ago

This will need to be replaced with name services, allow the exported service to have a mandatory name.

ja6a commented 5 years ago

See issue #7 for a description of the revised definition using named services.

ja6a commented 5 years ago

We are going to implement this in a different way. See issue #7