Commit 44f183c
authored
Fix cs_instance for existing instance if account/domain is set (#109)
Currently, when using cs_instance with an existing instance with a
specified root_disk_size, the module invocation fails when a domain
or account is specified, because the listVolume request does not
include these parameters.
A similar issue has recently been solved for projects (#90).1 parent 24d1733 commit 44f183c
1 file changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
832 | 832 | | |
833 | 833 | | |
834 | 834 | | |
835 | | - | |
| 835 | + | |
| 836 | + | |
| 837 | + | |
| 838 | + | |
| 839 | + | |
| 840 | + | |
| 841 | + | |
| 842 | + | |
836 | 843 | | |
837 | 844 | | |
838 | 845 | | |
| |||
0 commit comments