Add URL for OIDC issuer to allow IAM roles for Pods (#506)

* Add URL for OIDC issuer to allow IAM roles for Pods

* Update Documentation
This commit is contained in:
russwhelan
2019-09-16 10:45:35 +01:00
committed by Max Williams
parent 4f4d9c304d
commit 2b88e506e3
3 changed files with 7 additions and 0 deletions

View File

@@ -43,6 +43,11 @@ output "cluster_iam_role_arn" {
value = local.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
}
output "cloudwatch_log_group_name" {
description = "Name of cloudwatch log group created"
value = aws_cloudwatch_log_group.this.*.name