terraform-incus/modules/profile/versions.tf
Ben Vincent cb67816eee feat: initial commit
- have been working on this for some time now
2025-05-30 22:36:55 +10:00

9 lines
113 B
HCL

terraform {
required_providers {
incus = {
source = "lxc/incus"
version = "0.3.1"
}
}
}