OpenNebula / terraform-provider-opennebula

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

Fix incorrect virtual network key during import of virtual_network_address_range #457

Closed philipfreude closed 1 year ago

philipfreude commented 1 year ago

Fixes #456

Community Note

Description

Fix incorrect virtual network key during import of virtual_network_address_range

References

Close #456

New or Affected Resource(s)

Checklist

treywelsh commented 1 year ago

Thank you for this PR :)

It would be nice to add something like this to the CHANGELOG file:

# 1.3.0 (Unreleased)

BUG FIXES:

* resources/opennebula_virtual_network: fix virtual network ID key in import method
philipfreude commented 1 year ago

Sorry about that! I updated the CHANGELOG.md.

I don't think this would justify a minor version bump, so I just updated the patch version. Is that alright with you?