terraform-provider-opennebula
terraform-provider-opennebula copied to clipboard
Add support for IPv6 address information
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
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.
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.
@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.