cs_ip_address: fix vpc and network mutually exclusive (#47846)

* cs_ip_address: fix vpc and network mutually exclusive

* add changelog

* streamline docs
This commit is contained in:
René Moser
2018-11-01 07:26:08 +01:00
committed by GitHub
parent 8e561d1eb4
commit 242bd512d0
6 changed files with 355 additions and 209 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- cs_ip_address - fix vpc use case failed if network param provided. Ensured vpc and network are mutually exclusive.