this config is in prep for otf server
This commit is contained in:
parent
473a24e55d
commit
49016f3456
2 changed files with 22 additions and 22 deletions
27
main.tf
27
main.tf
|
|
@ -1,18 +1,9 @@
|
|||
locals {
|
||||
default_remote = "lappy"
|
||||
instances = {
|
||||
"tofu-example" = {
|
||||
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
resource "incus_instance" "demo" {
|
||||
name = "demo"
|
||||
image = "images:fedora/42"
|
||||
config = {
|
||||
"boot.autostart" = true
|
||||
"limits.cpu" = 2
|
||||
"limits.memory" = "4GiB"
|
||||
}
|
||||
}
|
||||
# resource "incus_instance" "demo" {
|
||||
# name = "demo"
|
||||
# image = "images:fedora/42"
|
||||
# config = {
|
||||
# "boot.autostart" = true
|
||||
# "limits.cpu" = 2
|
||||
# "limits.memory" = "4GiB"
|
||||
# }
|
||||
# }
|
||||
|
|
|
|||
Reference in a new issue