terraform-provider-opennebula icon indicating copy to clipboard operation
terraform-provider-opennebula copied to clipboard

Add support for IPv6 address information

Open frousselet opened this issue 2 years ago • 3 comments

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

Add computed IPv6 information on resource opennebula_virtual_machine along side of computed_ip: computed_ip6_global and computed_ip6_link

New or Affected Resource(s)

  • opennebula_virtual_machine

Potential Terraform Configuration

resource "opennebula_virtual_machine" "my_vm" {
  # ...
}

# opennebula_virtual_machine.my_vm.computed_ip6_global
# opennebula_virtual_machine.my_vm.computed_ip6_link

References

  • #194

frousselet avatar Apr 21 '22 21:04 frousselet

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] avatar Aug 03 '22 00:08 github-actions[bot]

Why was this closed? It's still very much needed. Anything we can do to help?

Right now we are running a patched fork with this feature and it works nicely.

danimo avatar Jun 01 '23 17:06 danimo

@frousselet can you reopen this? It would be awesome to have access to the "IPv6 Global" value which can be seen in the admin UI of each VM.

sebhoss avatar Jan 16 '24 10:01 sebhoss