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
187 B
HCL
7 lines
187 B
HCL
output "kube-master-profile" {
|
|
value = "${aws_iam_instance_profile.kube-master.name }"
|
|
}
|
|
|
|
output "kube-worker-profile" {
|
|
value = "${aws_iam_instance_profile.kube-worker.name }"
|
|
}
|