diff --git a/terraform/aws/implementation/modules/eks/main.tf b/terraform/aws/implementation/modules/eks/main.tf index 1d1419a4..2c6c8ea1 100644 --- a/terraform/aws/implementation/modules/eks/main.tf +++ b/terraform/aws/implementation/modules/eks/main.tf @@ -284,7 +284,7 @@ resource "terraform_data" "helm_setup" { data "external" "chart_versions" { depends_on = [terraform_data.helm_setup] - program = ["/bin/bash", "-c", "helm search repo phdi-charts -o json | jq -f filter.jq"] + program = ["bash", "-c", "helm search repo phdi-charts -o json | jq -f filter.jq"] }