Skip to content

Commit

Permalink
fixing vars for lambda-api
Browse files Browse the repository at this point in the history
  • Loading branch information
P0NDER0SA committed Sep 18, 2024
1 parent 2ac3bec commit bb55263
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions aws/lambda-api/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@ variable "csv_upload_bucket_arn" {
type = string
}

variable "new_relic_license_key" {
type = string
sensitive = true
}

variable "vpc_private_subnets" {
type = list(any)
}
Expand All @@ -19,10 +14,6 @@ variable "firehose_waf_logs_iam_role_arn" {
type = string
}

variable "base_domain" {
type = string
}

variable "certificate_arn" {
type = string
}
Expand Down Expand Up @@ -53,22 +44,11 @@ variable "re_api_arn" {
type = string
}

variable "waf_secret" {
description = "secret the admin sends in the header so the WAF does not rate limit"
type = string
sensitive = true
}

variable "eks_application_log_group" {
description = "log group of the k8s cluster applications"
type = string
}

variable "route53_zone_id" {
type = string
description = "Used by the scratch environment to reference cdssandbox in staging"
}

variable "api_lambda_ecr_arn" {
type = string
description = "ARN of Lambda ECR from ECR TF folder"
Expand All @@ -78,11 +58,6 @@ variable "api_lambda_ecr_repository_url" {
type = string
description = "Docker Repo URL for API Lambda from ECR TF Folder"
}
variable "bootstrap" {
description = "Boolean value to decide whether or not to build images"
type = bool
default = false
}

variable "database_read_only_proxy_endpoint" {
type = string
Expand All @@ -94,12 +69,6 @@ variable "database_read_write_proxy_endpoint" {
description = "Base read write endpoint for rds proxy"
}

variable "app_db_user_password" {
type = string
sensitive = true
description = "Password for rds cluster"
}

variable "alb_arn_suffix" {
type = string
description = "Suffix of the EKS ALB ARN. Used for dashboards."
Expand Down

0 comments on commit bb55263

Please sign in to comment.