Skip to content

[NEW] New resource: ovh_cloud_project_floatingip #1245

@scraly

Description

@scraly

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions