lxc / terraform-provider-incus

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

Expand ConfigDir env vars when config.yml is missing #20

Closed johnmaguire closed 6 months ago

johnmaguire commented 6 months ago

Fixes #19.

stgraber commented 6 months ago

Hey @johnmaguire, could you sign-off your commit?

This is usually done by running git commit --amend -s followed by git push --force. It adds a Signed-off-by: Firstname Lastname <email> line to the commit message.

johnmaguire commented 6 months ago

@stgraber No problem, pushed an update.

stgraber commented 6 months ago

Thanks!