mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-17 23:13:46 +01:00
Add tags to aws_eks_cluster introduced in terraform-provider-aws 2.31.0 (#550)
- https://github.com/terraform-providers/terraform-provider-aws/pull/10307 - https://aws.amazon.com/about-aws/whats-new/2019/09/amazon-eks-supports-cluster-tagging/
This commit is contained in:
committed by
Max Williams
parent
813c607e90
commit
edcbba64ef
@@ -11,6 +11,7 @@ resource "aws_eks_cluster" "this" {
|
||||
enabled_cluster_log_types = var.cluster_enabled_log_types
|
||||
role_arn = local.cluster_iam_role_arn
|
||||
version = var.cluster_version
|
||||
tags = var.tags
|
||||
|
||||
vpc_config {
|
||||
security_group_ids = [local.cluster_security_group_id]
|
||||
|
||||
Reference in New Issue
Block a user