Add vikunja opentofu stuff and fix some issues

This commit is contained in:
Tobias Reisinger 2024-09-28 21:26:13 +02:00
parent 6f77230c15
commit 1831cddffa
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
11 changed files with 49 additions and 36 deletions

View file

@ -2,7 +2,7 @@ resource "tailscale_tailnet_key" "cloud_init_key" {
reusable = true
ephemeral = false
preauthorized = true
expiry = 3600
expiry = 21600 # 6 hours
description = "Cloud-init key used by opentofu"
}