variable "aws_region" { description = "Preferred AWS region (Route 53 doesn't need this because it's Global)." default = "eu-west-1" } variable "ttl" { description = "TTL record" default = 300 }