docs: Update link for EKS service role (#2118)

This commit is contained in:
wreulicke
2022-06-26 23:15:34 +09:00
committed by GitHub
parent 85e5cae702
commit e0f5995a8b

View File

@@ -252,7 +252,7 @@ resource "aws_iam_role" "this" {
tags = merge(var.tags, var.iam_role_tags)
}
# Policies attached ref https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/eks_node_group
# Policies attached ref https://docs.aws.amazon.com/eks/latest/userguide/service_IAM_role.html
resource "aws_iam_role_policy_attachment" "this" {
for_each = local.create_iam_role ? toset(compact(distinct(concat([
"${local.policy_arn_prefix}/AmazonEKSClusterPolicy",