From 2195dd948919e932cbbd4b13c43392bd5ba24489 Mon Sep 17 00:00:00 2001 From: eternaltyro Date: Fri, 29 Mar 2024 10:21:58 +0000 Subject: [PATCH] Add empty secret variables --- infra/prod-aws/variables.tf | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/infra/prod-aws/variables.tf b/infra/prod-aws/variables.tf index 8c9a6cf2..ae6ff071 100644 --- a/infra/prod-aws/variables.tf +++ b/infra/prod-aws/variables.tf @@ -89,3 +89,14 @@ variable "alarm_settings" { } } +variable "sentry_dsn" {} +variable "remote_db_arn" {} +variable "app_secret_key" {} +variable "dummy_arn" {} +variable "flower_creds" {} +variable "DNS_zone" {} +variable "DNS_domain" {} +variable "SSH_key_name" {} +variable "bucket_name" {} +variable "container_secrets" {} +