lxc / terraform-provider-incus

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

Update code/doc to refer to `instance` rather than `container` #7

Closed stgraber closed 9 months ago

stgraber commented 9 months ago

It looks like there's still quite a bit of legacy wording around containers rather than the more generic terminology of instances (as apply to both containers and VMs).

In general we should be using instance everywhere and so only use container or virtual-machine in the cases where the particular feature only applies to just one of the two types.