Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
feat: output ceramic dns name
Browse files Browse the repository at this point in the history
  • Loading branch information
v-stickykeys committed May 20, 2021
1 parent c1a98f3 commit 205a0a4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/ecs/ceramic/outputs.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
output "alb_dns_name_external" {
value = module.alb.this_lb_dns_name
description = "DNS name of external (internet-facing) load balancer"
}
5 changes: 5 additions & 0 deletions modules/ecs/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
output "ceramic_alb_dns_name_external" {
value = module.ceramic.alb_dns_name_external
description = "DNS name of external (internet-facing) load balancer for Ceramic"
}

output "ipfs_alb_dns_name_external" {
value = module.ipfs.alb_dns_name_external
description = "DNS name of external (internet-facing) load balancer for IPFS"
Expand Down

0 comments on commit 205a0a4

Please sign in to comment.