This repository has been archived on 2025-06-21. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Tofu-Configurations/main.tf
Jermeiah S f4fe4e7625
All checks were successful
/ test (push) Successful in 1s
items managed by tofu should be delcared as such in some way
2025-06-15 17:15:40 -04:00

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"
# }
# }