mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-08 16:24:51 -04:00
terraform: add ELB output
This commit is contained in:
parent
8a785a3b7d
commit
7a55ddf323
1 changed files with 3 additions and 0 deletions
3
terraform/aws/outputs.tf
Normal file
3
terraform/aws/outputs.tf
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
output "address" {
|
||||
value = "${aws_elb.vault.dns_name}"
|
||||
}
|
||||
Loading…
Reference in a new issue