Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add IP to opennebula_virtual_router_nic #564

Open
Thiryn opened this issue Jul 29, 2024 · 3 comments · May be fixed by #565
Open

Add IP to opennebula_virtual_router_nic #564

Thiryn opened this issue Jul 29, 2024 · 3 comments · May be fixed by #565

Comments

@Thiryn
Copy link
Contributor

Thiryn commented Jul 29, 2024

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

Copy link

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
Copy link
Contributor Author

Thiryn commented Aug 29, 2024

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

Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants