Init mastodon

This commit is contained in:
Benoit 2024-10-11 19:57:02 +09:00
parent ad028b7fbc
commit 8ab724281c
Signed by: Benoit
SSH key fingerprint: SHA256:kFsX94Kq6z/6CY0dX+7/FpAeJC0QlMhJVY+B7NYrOmA

4
mastodon.tf Normal file
View file

@ -0,0 +1,4 @@
resource "incus_instance" "mastodon" {
name = "mastodon"
image = "d90ef7865662"
}