Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nivleshc/7fc3807bfb863cc3dc6ca3e84733a1a6 to your computer and use it in GitHub Desktop.
Save nivleshc/7fc3807bfb863cc3dc6ca3e84733a1a6 to your computer and use it in GitHub Desktop.
This gist contains code from the eks/s3-csi.tf file which is part of the blog-amazon-s3-filesystem-for-amazon-eks-cluster repository.
resource "aws_iam_role_policy_attachment" "s3_csi" {
policy_arn = aws_iam_policy.s3_csi_bucket_policy.arn
role = aws_iam_role.s3_csi.name
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment