Difference between revisions of "Terraform resource: aws iam role policy attachment"
Jump to navigation
Jump to search
m (Welcome moved page Aws iam role policy attachment to Terraform resource: aws iam role policy attachment) |
|||
Line 1: | Line 1: | ||
− | + | * https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role_policy_attachment | |
Revision as of 15:05, 17 May 2023
Module:
# 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
- Terraform resource:
aws_iam_role
- aws_eks_node_group
See also
Advertising: