Skip to content

Instantly share code, notes, and snippets.

@elsdrium
Created July 25, 2018 04:31
Show Gist options
  • Save elsdrium/c07907378a745414c3b5b3a3a6a84b21 to your computer and use it in GitHub Desktop.
Save elsdrium/c07907378a745414c3b5b3a3a6a84b21 to your computer and use it in GitHub Desktop.
variable "region" {
description = "aws region to use"
default = "us-west-2"
}
variable "domain" {
description = <<EOF
This is the verified sender domain used with ses. This has to be manually added and verified first.
https://docs.aws.amazon.com/ses/latest/DeveloperGuide/verify-domains.html
EOF
type = "string"
}
variable "api-endpoints" {
description = <<EOF
api endpoints to receive bounce/complaint callbacks.
EOF
type = "list"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment