Skip to content

Commit

Permalink
fix: Output correct URL for domain name
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Hammond committed Jun 24, 2021
1 parent fd249c0 commit 4a9037a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ output "rest_api_id" {
}

output "api_url" {
value = aws_api_gateway_deployment._.invoke_url
value = aws_api_gateway_domain_name._[0].regional_domain_name
}

output "api_domain_name" {
Expand Down

0 comments on commit 4a9037a

Please sign in to comment.