From 8a704dba3dba914e995491ea952696f8f2dc57ae Mon Sep 17 00:00:00 2001 From: Luigi Oliveira Date: Tue, 29 Oct 2024 02:33:23 -0300 Subject: [PATCH] decided to delete postiz 4ever --- terraform/variables.tf | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/terraform/variables.tf b/terraform/variables.tf index 8e5ca1b..cd250b4 100644 --- a/terraform/variables.tf +++ b/terraform/variables.tf @@ -47,18 +47,3 @@ variable "twitch_password" { type = string description = "Twitch password" } - -variable "postiz_database" { - type = string - description = "postiz database name" -} - -variable "postiz_url" { - type = string - description = "postiz url on caddy" -} - -variable "postiz_jwt" { - type = string - description = "postiz jwt token" -} \ No newline at end of file