lxc / terraform-provider-incus

Incus provider for Terraform/OpenTofu
https://linuxcontainers.org/incus
Mozilla Public License 2.0
45 stars 10 forks source link

Instance: Make `image` attribut optional #97

Closed JulesdeCube closed 1 month ago

JulesdeCube commented 2 months ago

This pull request allow the creation of empty instance with no image.

It fixes #42 and introduce a new ACC test (TestAccInstance_noImage).

stgraber commented 2 months ago

Tiny issue with the Signed-off-by line detected by our automated test. It expects the Signed-off-by line to match the Author field of the commit.

JulesdeCube commented 2 months ago

Tiny issue with the Signed-off-by line detected by our automated test. It expects the Signed-off-by line to match the Author field of the commit.

Sorry it's fix.