diff --git a/outputs.tf b/outputs.tf index 7daf23c..dee8bf4 100644 --- a/outputs.tf +++ b/outputs.tf @@ -1,5 +1,5 @@ -output "public" { +output "public_endpoint" { value = { hostname = local.public_hostname port_number = local.public_port_number @@ -7,7 +7,7 @@ output "public" { } } -output "internal" { +output "internal_endpoint" { value = { hostname = local.internal_hostname port_number = local.internal_port_number