Skip to content

Instantly share code, notes, and snippets.

@phivid
Last active December 2, 2019 22:54
Show Gist options
  • Save phivid/cce6a88d8b36eaebcd25fa979afd02cf to your computer and use it in GitHub Desktop.
Save phivid/cce6a88d8b36eaebcd25fa979afd02cf to your computer and use it in GitHub Desktop.
terraform_eks_node_others
resource "aws_iam_role" "eks-node"
resource "aws_iam_role_policy_attachment" "example-AmazonEKSWorkerNodePolicy"
resource "aws_iam_role_policy_attachment" "example-AmazonEKS_CNI_Policy"
resource "aws_iam_role_policy_attachment" "example-AmazonEC2ContainerRegistryReadOnly"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment