Skip to content

Commit

Permalink
Renamed output variables to have _endpoint for consisitency.
Browse files Browse the repository at this point in the history
  • Loading branch information
zawac002 committed Sep 15, 2023
1 parent 3e9e649 commit 3351569
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions outputs.tf
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@

output "public" {
output "public_endpoint" {
value = {
hostname = local.public_hostname
port_number = local.public_port_number
url = local.public_url
}
}

output "internal" {
output "internal_endpoint" {
value = {
hostname = local.internal_hostname
port_number = local.internal_port_number
Expand Down

0 comments on commit 3351569

Please sign in to comment.