feat: Add tags to EKS created cluster security group to match rest of module tagging scheme (#1957)

This commit is contained in:
Bryant Biggs
2022-03-24 03:05:59 -04:00
committed by GitHub
parent ca7854a49c
commit 9371a2943b
2 changed files with 9 additions and 0 deletions

View File

@@ -829,6 +829,7 @@ Full contributing [guidelines are covered here](https://github.com/terraform-aws
| Name | Type |
|------|------|
| [aws_cloudwatch_log_group.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_log_group) | resource |
| [aws_ec2_tag.cluster_primary_security_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ec2_tag) | resource |
| [aws_eks_addon.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/eks_addon) | resource |
| [aws_eks_cluster.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/eks_cluster) | resource |
| [aws_eks_identity_provider_config.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/eks_identity_provider_config) | resource |