Skip to content

Commit

Permalink
fixing vars for ses_receiving emails
Browse files Browse the repository at this point in the history
  • Loading branch information
P0NDER0SA committed Sep 18, 2024
1 parent 7da60e9 commit 467c5e0
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 31 deletions.
30 changes: 0 additions & 30 deletions aws/ses_receiving_emails/variables.tf
Original file line number Diff line number Diff line change
@@ -1,33 +1,3 @@
variable "billing_tag_value" {
type = string
description = "Identifies the billing code."
}

variable "notify_sending_domain" {
type = string
description = "Sending domain for notify."
}

variable "sqs_region" {
type = string
description = "SQS region"
}

variable "celery_queue_prefix" {
type = string
description = "Celery queue prefix"
}

variable "gc_notify_service_email" {
type = string
description = "Service email for GC Notify."
}

variable "schedule_expression" {
type = string
description = "This aws cloudwatch event rule scheule expression that specifies when the scheduler runs."
}

variable "sns_alert_warning_arn_us_east_1" {
type = string
}
Expand Down
28 changes: 27 additions & 1 deletion env/staging/ses_receiving_emails/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 467c5e0

Please sign in to comment.