Closed falmar closed 7 months ago
Yes, it does, use ovh_cloud_project_network_private.XXXX.regions_attributes[0].openstackid
@falmar question seems to be answered so I'm closing this issue, don't hesitate to reopen it if needed / not fixed by a more recent version of the providers.
Terraform Version
Terraform v0.12.1
Affected Resource(s)
Please list the resources as a list, for example:
If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.
Terraform Configuration Files
Debug Output
N/A
Panic Output
N/A
Expected Behavior
I would like to create core OpenStack resources, but the OVH private network does not provide the underlying OpenStack Network UUID
Actual Behavior
Expected
openstack_networking_network_v2
to provide the underlying network uuid to be used with core resourcesSteps to Reproduce
terraform apply
multiple times you will see the network_ports keeps being recreated because the data.network... is threaded like a different value all the timeImportant Factoids
Not many, just trying to get public cloud instances on vRack
References
N/A