Difference between revisions of "Terraform resource: aws iam role policy attachment"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{lowercase}} | {{lowercase}} | ||
+ | |||
+ | # module.eks.aws_iam_role_policy_attachment.cluster_AmazonEKSClusterPolicy[0] will be created | ||
+ | + resource "aws_iam_role_policy_attachment" "cluster_AmazonEKSClusterPolicy" { | ||
+ | + id = (known after apply) | ||
+ | + policy_arn = "arn:aws:iam::aws:policy/AmazonEKSClusterPolicy" | ||
+ | + role = (known after apply) | ||
+ | } | ||
== Related == | == Related == |
Revision as of 14:17, 17 February 2022
# module.eks.aws_iam_role_policy_attachment.cluster_AmazonEKSClusterPolicy[0] will be created + resource "aws_iam_role_policy_attachment" "cluster_AmazonEKSClusterPolicy" { + id = (known after apply) + policy_arn = "arn:aws:iam::aws:policy/AmazonEKSClusterPolicy" + role = (known after apply) }
Related
See also
- Terraform AWS resources: IAM, Net, EC2, ECS, ECR, S3, Route53, ACM, CloudWatch, CloudFront SES, RDS, DLM
Advertising: