Description
As we can do with the openstack provider:
# Floating IP
resource "openstack_networking_floatingip_v2" "fip" {
provider = openstack.ovh
pool = "Ext-Net"
region = var.region
}
It should be possible do the same things with the ovh provider thanks to a new resource: ovh_cloud_project_floatingip
Affected Resource(s) and/or Data Source(s)
- ovh_cloud_project_floatingip
And we should be able to attach the floating ip to a compute instance also.