Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nivleshc/62571d3f2c31b96f21ae31abb6e15a3f to your computer and use it in GitHub Desktop.
Save nivleshc/62571d3f2c31b96f21ae31abb6e15a3f to your computer and use it in GitHub Desktop.
This gist contains code from the file api_gateway.tf which is part of the blog-photo-location-map repository.
output "api_gw_invoke_url" {
description = "The API Gateway Stage Invoke URL"
value = aws_api_gateway_stage.stage.invoke_url
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment