Skip to content

Commit

Permalink
Update iam role policy attachment name
Browse files Browse the repository at this point in the history
  • Loading branch information
OlamideOl1 committed Aug 14, 2024
1 parent 5aaf929 commit 479dced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/cluster/modules/eks-node-role/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ resource "aws_iam_role_policy_attachment" "eks_cloudwatch_agent_policy" {
role = aws_iam_role.this.name
}

resource "aws_iam_role_policy_attachment" "eks_ssm_instance_policy" {
resource "aws_iam_role_policy_attachment" "eks_s3_instance_policy" {
policy_arn = "${local.policy_prefix}/AmazonS3ReadOnlyAccess"
role = aws_iam_role.this.name
}
Expand Down

0 comments on commit 479dced

Please sign in to comment.