We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 12d76b6 + 5b30c9e commit c3b9ca7Copy full SHA for c3b9ca7
analytics/terraform/emr-eks-karpenter/outputs.tf
@@ -8,6 +8,11 @@ output "emrcontainers_virtual_cluster_id" {
8
value = aws_emrcontainers_virtual_cluster.this.id
9
}
10
11
+output "emrcontainers_virtual_cluster_name" {
12
+ description = "EMR Containers Virtual cluster NAME"
13
+ value = aws_emrcontainers_virtual_cluster.this.name
14
+}
15
+
16
output "emr_on_eks_role_id" {
17
description = "IAM execution role ID for EMR on EKS"
18
value = module.eks_blueprints.emr_on_eks_role_id
0 commit comments