mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
7 lines
217 B
HCL
7 lines
217 B
HCL
# You can get the value of "ip_address" after running terraform apply using:
|
|
# $ terraform output ip_address
|
|
# You could use that in a script, for example
|
|
output "ip_address" {
|
|
value = "${aws_eip.ip.public_ip}"
|
|
}
|