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:
gbooth27
2019-06-25 08:04:01 -07:00
committed by Max Williams
parent 069c2da770
commit f1041af57c
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 "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