From e0f5995a8b08b89cc6e805a9874d8265230b6a93 Mon Sep 17 00:00:00 2001 From: wreulicke <12907474+wreulicke@users.noreply.github.com> Date: Sun, 26 Jun 2022 23:15:34 +0900 Subject: [PATCH] docs: Update link for EKS service role (#2118) --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 463d3b6..4f3a36e 100644 --- a/main.tf +++ b/main.tf @@ -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",