2017-03-02 01:25:58 +08:00
|
|
|
output "kube-master-profile" {
|
2019-04-08 17:22:24 +08:00
|
|
|
value = "${aws_iam_instance_profile.kube-master.name }"
|
2017-03-02 01:25:58 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
output "kube-worker-profile" {
|
2019-04-08 17:22:24 +08:00
|
|
|
value = "${aws_iam_instance_profile.kube-worker.name }"
|
2017-03-02 01:25:58 +08:00
|
|
|
}
|