# Specify default values for variables defined in variables.tf

############
# provider #
############
account_id = "123456789012"
region     = "us-east-1"

#############
# top level #
#############
api_gateway_name               = "{{ name }}"
api_gateway_description        = "Managed by Terraform Plus"
api_gateway_binary_media_types = [ "application/json" ] 
api_gateway_body               = ""

##########
# custom #
##########
