OpenNebula / terraform-provider-opennebula

Terraform provider for OpenNebula
https://www.terraform.io/docs/providers/opennebula/
Mozilla Public License 2.0
67 stars 53 forks source link

Add `IP` to `opennebula_virtual_router_nic` #564

Open Thiryn opened 3 months ago

Thiryn commented 3 months ago

Description

Add the IP field to opennebula_virtual_router_nic

New or affected resources and data sources

opennebula_virtual_router_nic

Potential terraform configuration

resource "opennebula_virtual_router_nic" "vrouter-nic" {
  floating_ip       = true
  ip                = "10.0.0.1"
  virtual_router_id = var.vrouter_id
  network_id        = var.network_id
}

References

No response

github-actions[bot] commented 2 months ago

This issue is stale because it has been open for 30 days with no activity and it has not the 'status: confirmed' label or it is not in a milestone. Remove the 'status: stale' label or comment, or this will be closed in 5 days.

Thiryn commented 2 months ago

I removed the draft status to the PR a couple of days ago. This should not be stale.

github-actions[bot] commented 1 month ago

This issue is stale because it has been open for 30 days with no activity and it has not the 'status: confirmed' label or it is not in a milestone. Remove the 'status: stale' label or comment, or this will be closed in 5 days.