Skip to content

Commit

Permalink
add missing tags to aws_eks_cluster resource (cloudposse#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunc authored and aknysh committed Dec 13, 2019
1 parent 0d20cf0 commit 05948aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ resource "aws_security_group_rule" "ingress_cidr_blocks" {
resource "aws_eks_cluster" "default" {
count = var.enabled ? 1 : 0
name = module.label.id
tags = module.label.tags
role_arn = join("", aws_iam_role.default.*.arn)
version = var.kubernetes_version
enabled_cluster_log_types = var.enabled_cluster_log_types
Expand Down

0 comments on commit 05948aa

Please sign in to comment.