c12s-kubespray/contrib/terraform/aws/modules/iam/outputs.tf

8 lines
185 B
Terraform
Raw Normal View History

output "kube_control_plane-profile" {
value = aws_iam_instance_profile.kube_control_plane.name
}
output "kube-worker-profile" {
value = aws_iam_instance_profile.kube-worker.name
}