Skip to content

Commit

Permalink
[NET-6931]
Browse files Browse the repository at this point in the history
- output name
  • Loading branch information
kkavish committed Jan 11, 2024
1 parent 880bfbd commit 01b7146
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/terminating-gateway-tls/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Changes to Outputs:
+ consul_server_bootstrap_token = (known after apply)
+ consul_server_lb_address = (known after apply)
+ mesh_client_lb_address = (known after apply)
+ certs_efs_file_system_address = (known after apply)
+ certs_efs_file_system_id = (known after apply)
+ non_mesh_server_lb_dns_name = (known after apply)
```

Expand All @@ -91,7 +91,7 @@ Outputs:
consul_server_bootstrap_token = <sensitive>
consul_server_lb_address = "http://consul-ecs-consul-server-1772347952.us-east-1.elb.amazonaws.com:8500"
mesh_client_lb_address = "http://consul-ecs-example-client-app-111111111.us-east-1.elb.amazonaws.com:9090/ui"
certs_efs_file_system_address = "fs-12345678"
certs_efs_file_system_id = "fs-12345678"
non_mesh_server_lb_dns_name = "consul-ecs-external-server-app-111111111.us-east-1.elb.amazonaws.com"
```
Expand Down
2 changes: 1 addition & 1 deletion examples/terminating-gateway-tls/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ output "mesh_client_lb_address" {
value = "http://${aws_lb.example_client_app.dns_name}:9090/ui"
}

output "certs_efs_file_system_address" {
output "certs_efs_file_system_id" {
value = aws_efs_file_system.certs_efs.id
}

Expand Down

0 comments on commit 01b7146

Please sign in to comment.