diff --git a/outputs.tf b/outputs.tf index 24a3949..3a69d50 100644 --- a/outputs.tf +++ b/outputs.tf @@ -45,7 +45,7 @@ output "cluster_iam_role_arn" { output "cluster_oidc_issuer_url" { description = "The URL on the EKS cluster OIDC Issuer" - value = aws_eks_cluster.this.identity.0.oidc.0.issuer + value = concat(aws_eks_cluster.this.identity.*.oidc.0.issuer, [""])[0] } output "cloudwatch_log_group_name" {