All checks were successful
/ test (push) Successful in 1s
this config is in prep for otf server
9 lines
201 B
HCL
9 lines
201 B
HCL
# resource "incus_instance" "demo" {
|
|
# name = "demo"
|
|
# image = "images:fedora/42"
|
|
# config = {
|
|
# "boot.autostart" = true
|
|
# "limits.cpu" = 2
|
|
# "limits.memory" = "4GiB"
|
|
# }
|
|
# }
|