diff --git a/aws/e6data_with_existing_eks/helm.tf b/aws/e6data_with_existing_eks/helm.tf index a0e52291..cb5b7ae6 100644 --- a/aws/e6data_with_existing_eks/helm.tf +++ b/aws/e6data_with_existing_eks/helm.tf @@ -12,8 +12,5 @@ resource "helm_release" "e6data_workspace_deployment" { values = [local.helm_values_file] - lifecycle { - ignore_changes = [values] - } # depends_on = [aws_eks_access_policy_association.tf_runner_auth_policy] } \ No newline at end of file diff --git a/aws/e6data_with_existing_vpc/helm.tf b/aws/e6data_with_existing_vpc/helm.tf index 10715e55..f3bcae4e 100644 --- a/aws/e6data_with_existing_vpc/helm.tf +++ b/aws/e6data_with_existing_vpc/helm.tf @@ -12,9 +12,5 @@ resource "helm_release" "e6data_workspace_deployment" { values = [local.helm_values_file] - lifecycle { - ignore_changes = [values] - } - depends_on = [module.eks, aws_eks_node_group.default_node_group, module.e6data_authentication] } \ No newline at end of file diff --git a/aws/e6data_with_new_eks/helm.tf b/aws/e6data_with_new_eks/helm.tf index 10715e55..f3bcae4e 100644 --- a/aws/e6data_with_new_eks/helm.tf +++ b/aws/e6data_with_new_eks/helm.tf @@ -12,9 +12,5 @@ resource "helm_release" "e6data_workspace_deployment" { values = [local.helm_values_file] - lifecycle { - ignore_changes = [values] - } - depends_on = [module.eks, aws_eks_node_group.default_node_group, module.e6data_authentication] } \ No newline at end of file