Difference between revisions of "Terraform resource: aws iam role policy attachment"

From wikieduonline
Jump to navigation Jump to search
Line 9: Line 9:
  
 
== Related ==
 
== Related ==
* <code>[[aws_iam_role]]</code>
+
* Terraform resource: <code>[[aws_iam_role]]</code>
  
 
== See also ==
 
== See also ==

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

Advertising: