Skip to content

Commit

Permalink
Add empty secret variables
Browse files Browse the repository at this point in the history
  • Loading branch information
eternaltyro committed Mar 29, 2024
1 parent ef699a8 commit 2195dd9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions infra/prod-aws/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {}

0 comments on commit 2195dd9

Please sign in to comment.