vultr_server: fix idempotency for private network and IPv6 options (#55619)

* vultr_server: fix idempotency for private network and IPv6 options

* add changelog
This commit is contained in:
René Moser
2019-04-23 21:22:17 +02:00
committed by GitHub
parent db6cc60352
commit 1705ef5f26
3 changed files with 18 additions and 9 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- vultr_server - Fix idempotency for options ``ipv6_enabled`` and ``private_network_enabled``.