cb67816eee
- have been working on this for some time now
9 lines
113 B
Terraform
9 lines
113 B
Terraform
terraform {
|
|
required_providers {
|
|
incus = {
|
|
source = "lxc/incus"
|
|
version = "0.3.1"
|
|
}
|
|
}
|
|
}
|