mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-06 19:21:12 -03:30
8 lines
183 B
HCL
8 lines
183 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 }"
|
|
}
|