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