# Define list of variables to be output

output "api_gateway_stage_name" {
  value = "${aws_api_gateway_stage.{{ name }}.stage_name}"
}
