mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-19 13:41:44 -03:30
* Run terraform fmt * Add terraform fmt to .terraform-validate CI step * Add tf-validate-aws CI step * Revert "Add tf-validate-aws CI step" This reverts commit e007225fac831d263613ae9ab2998d11c3e8673d.
8 lines
141 B
HCL
8 lines
141 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}"
|
|
}
|