3c6b1480b8
Rewrote AWS Terraform deployment for AWS Kargo. It supports now multiple Availability Zones, AWS Loadbalancer for Kubernetes API, Bastion Host, ... For more information see README
7 lines
145 B
HCL
7 lines
145 B
HCL
output "aws_elb_api_id" {
|
|
value = "${aws_elb.aws-elb-api.id}"
|
|
}
|
|
|
|
output "aws_elb_api_fqdn" {
|
|
value = "${aws_elb.aws-elb-api.dns_name}"
|
|
}
|