Skip to content

Instantly share code, notes, and snippets.

@phivid
Created December 2, 2019 22:41
Show Gist options
  • Save phivid/da00f878a26d0d54be1a0ceb0b22e763 to your computer and use it in GitHub Desktop.
Save phivid/da00f878a26d0d54be1a0ceb0b22e763 to your computer and use it in GitHub Desktop.
terraform_eks_master_others
resource "aws_cloudwatch_log_group" "example"
resource "aws_iam_role" "eks-cluster"
resource "aws_iam_role_policy_attachment" "cluster-AmazonEKSClusterPolicy"
resource "aws_iam_role_policy_attachment" "cluster-AmazonEKSServicePolicy"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment