Created
March 23, 2025 23:42
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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