Files
kubespray/contrib/terraform/aws/modules/iam/outputs.tf
Andreas Holmsten c9a7a2755d Run terraform fmt
2019-04-05 13:39:28 +02:00

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 }"
}