Skip to content

Commit

Permalink
remove moved block (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
ValyaB authored Jan 14, 2025
1 parent 858ed7c commit 0481297
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ resource "aws_iam_role" "cast_role" {
assume_role_policy = data.aws_iam_policy_document.cast_assume_role_policy.json
}

moved {
from = aws_iam_role.test_role
to = aws_iam_role.cast_role
}

resource "aws_iam_policy" "castai_iam_policy" {
name = local.iam_policy_name
policy = data.castai_eks_settings.eks.iam_policy_json
Expand Down

0 comments on commit 0481297

Please sign in to comment.