From 8ab724281c4dc887344b076474cfb451e447a7c4 Mon Sep 17 00:00:00 2001 From: Benoit Date: Fri, 11 Oct 2024 19:57:02 +0900 Subject: [PATCH] Init mastodon --- mastodon.tf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 mastodon.tf diff --git a/mastodon.tf b/mastodon.tf new file mode 100644 index 0000000..e0923c9 --- /dev/null +++ b/mastodon.tf @@ -0,0 +1,4 @@ +resource "incus_instance" "mastodon" { + name = "mastodon" + image = "d90ef7865662" +}