All checks were successful
/ test (push) Successful in 1s
observer-tofu is deployed need to learn more before writing nix config to pair
8 lines
113 B
HCL
8 lines
113 B
HCL
terraform {
|
|
required_providers {
|
|
incus = {
|
|
source = "lxc/incus"
|
|
version = "0.3.1"
|
|
}
|
|
}
|
|
}
|