9 lines
206 B
HCL
9 lines
206 B
HCL
# resource "incus_instance" "demo-tofu" {
|
|
# name = "demo"
|
|
# image = "images:fedora/42"
|
|
# config = {
|
|
# "boot.autostart" = true
|
|
# "limits.cpu" = 2
|
|
# "limits.memory" = "4GiB"
|
|
# }
|
|
# }
|