Skip to content

Instantly share code, notes, and snippets.

View christhomas's full-sized avatar
💭
when you're happy and you know it, don't build a mailserver *clap clap*

Christopher Thomas christhomas

💭
when you're happy and you know it, don't build a mailserver *clap clap*
View GitHub Profile
variable "stage_name" {
value = "default"
}
resource "aws_api_gateway_domain_name" "main" {
domain_name = "whatever.domain.com"
regional_certificate_arn = "arn:aws:acm:us-west-2:accountID:certificate/certID"
endpoint_configuration {
types = ["REGIONAL"]