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
12
main.tf
12
main.tf
|
|
@ -1,9 +1,3 @@
|
|||
# resource "incus_instance" "demo-tofu" {
|
||||
# name = "demo"
|
||||
# image = "images:fedora/42"
|
||||
# config = {
|
||||
# "boot.autostart" = true
|
||||
# "limits.cpu" = 2
|
||||
# "limits.memory" = "4GiB"
|
||||
# }
|
||||
# }
|
||||
module "lincus" {
|
||||
source = "./incus"
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue