Skip to content

Commit

Permalink
Try just bash
Browse files Browse the repository at this point in the history
  • Loading branch information
nickclyde committed Mar 19, 2024
1 parent 4da37ea commit f770df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/aws/implementation/modules/eks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}


Expand Down

0 comments on commit f770df1

Please sign in to comment.