Skip to content

Commit

Permalink
Remove moved block
Browse files Browse the repository at this point in the history
  • Loading branch information
ltellesfl committed Dec 2, 2024
1 parent b3c697f commit 56e1dca
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -330,22 +330,6 @@ module "iam" {
s3_replication_api_model_destination_bucket_name = var.api_model_destination_bucket
}

moved {
from = module.cluster.aws_iam_role_policy_attachment.ebs_cluster_policy
to = module.iam.module.create_eks_node_role[0].aws_iam_policy_attachment.attachments[0]
}

moved {
from = module.cluster.aws_iam_role_policy_attachment.additional_cluster_policy
to = module.iam.module.create_eks_node_role[0].aws_iam_policy_attachment.attachments[1]
}

moved {
from = module.cluster.aws_iam_role_policy_attachment.additional["IAMReadOnlyAccess"]
to = module.iam.module.create_eks_node_role[0].aws_iam_policy_attachment.additional_policies[0]
}


module "cluster" {
source = "app.terraform.io/indico/indico-aws-eks-cluster/mod"
version = "9.0.31"
Expand Down

0 comments on commit 56e1dca

Please sign in to comment.