moved incus config to subdirectory
All checks were successful
/ test (push) Successful in 1s

observer-tofu is deployed
need to learn more before writing nix config to pair
This commit is contained in:
Jermeiah S 2025-06-15 22:34:52 -04:00
parent f4fe4e7625
commit 63e24789a2
No known key found for this signature in database
5 changed files with 76 additions and 11 deletions

View file

@ -1,6 +1,6 @@
terraform {
cloud {
hostname = "tofu.skdevstudios.com"
hostname = "tofu.skdevstudios.com"
organization = "skdevs"
workspaces {
@ -9,7 +9,7 @@ terraform {
}
required_providers {
incus = {
source = "lxc/incus"
source = "lxc/incus"
version = "0.3.1"
}
}