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

From wikieduonline
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
+
  # module.eks.aws_iam_role_policy_attachment.cluster_AmazonEKSClusterPolicy[0] [[will be created]]
 
   + resource "aws_iam_role_policy_attachment" "cluster_AmazonEKSClusterPolicy" {
 
   + resource "aws_iam_role_policy_attachment" "cluster_AmazonEKSClusterPolicy" {
 
       + id        = (known after apply)
 
       + id        = (known after apply)

Revision as of 13:14, 2 June 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: