Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow service role to be passed in #116

Merged
merged 16 commits into from
Jun 15, 2021
Merged
Prev Previous commit
Next Next commit
fixed outputs.tf.
  • Loading branch information
Ben Leibig committed Nov 11, 2020
commit baed80dbfb9addc4f7ce56e160ce533beaf20fc6
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ output "eks_cluster_managed_security_group_id" {

output "eks_cluster_role_arn" {
description = "ARN of the EKS cluster IAM role"
value = local.eks_service_role.arn
value = local.eks_service_role
}

output "kubernetes_config_map_id" {
Expand Down