observer-tofu is deployed need to learn more before writing nix config to pair
This commit is contained in:
parent
f4fe4e7625
commit
63e24789a2
5 changed files with 76 additions and 11 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue