mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-27 20:01:06 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user