Skip to content

Commit

Permalink
Add move block for eks_auth module
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsxu committed Oct 27, 2024
1 parent bf627ad commit 992373f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,13 @@ module "eks_auth" {

manage_aws_auth_configmap = var.manage_aws_auth_configmap
aws_auth_roles = local.role_bindings

depends_on = [ module.eks ]
}

moved {
from = module.eks.kubernetes_config_map_v1_data.aws_auth[0]
to = module.eks_auth.kubernetes_config_map_v1_data.aws_auth[0]
}

### Additional Tags
Expand Down

0 comments on commit 992373f

Please sign in to comment.