terraform { required_version = ">= 1.0" required_providers { incus = { source = "lxc/incus" } } } provider "incus" { # Configuration will be read from environment or default socket }