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