Skip to content

Commit

Permalink
Fix issue with failing test
Browse files Browse the repository at this point in the history
Signed-off-by: Dom Del Nano <[email protected]>
  • Loading branch information
ddelnano committed Mar 19, 2024
1 parent 4bfebc7 commit 7a244cb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions xoa/resource_xenorchestra_vm.go
Original file line number Diff line number Diff line change
Expand Up @@ -352,10 +352,11 @@ $ xo-cli xo.getAllObjects filter='json:{"id": "cf7b5d7d-3cd5-6b7c-5025-5c935c8cd
},
},
"expected_ip_cidr": &schema.Schema{
Type: schema.TypeString,
Default: "",
Description: "Whether terraform should wait until IP addresses are present on the VM's network interfaces before considering it created. This only works if guest-tools are installed in the VM. Defaults to false.",
Optional: true,
Type: schema.TypeString,
Default: "",
Description: "Whether terraform should wait until IP addresses are present on the VM's network interfaces before considering it created. This only works if guest-tools are installed in the VM. Defaults to false.",
Optional: true,
DiffSuppressFunc: suppressAttachedDiffWhenHalted,
},
},
},
Expand Down

0 comments on commit 7a244cb

Please sign in to comment.