mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-04-20 07:41:18 +02:00
add cloudwatch log group access (#410)
* add cloudwatch log group access * update readme for outputs * update outputs * fix formatting * add splat for access to name
This commit is contained in:
@@ -43,6 +43,11 @@ output "cluster_iam_role_arn" {
|
||||
value = local.cluster_iam_role_arn
|
||||
}
|
||||
|
||||
output "cloudwatch_log_group_name" {
|
||||
description = "Name of cloudwatch log group created"
|
||||
value = aws_cloudwatch_log_group.this.*.name
|
||||
}
|
||||
|
||||
output "kubeconfig" {
|
||||
description = "kubectl config file contents for this EKS cluster."
|
||||
value = data.template_file.kubeconfig.rendered
|
||||
|
||||
Reference in New Issue
Block a user