Skip to content

Commit

Permalink
fix: "type -p" is not available in /bin/sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mogul committed Mar 2, 2022
1 parent 226dc18 commit 95671e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/provision/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# can to avoid that.
resource "null_resource" "prerequisite_binaries_present" {
provisioner "local-exec" {
interpreter = ["/bin/sh", "-c"]
interpreter = ["/bin/bash", "-c"]
command = "type -p aws-iam-authenticator git helm kubectl"
}
}

0 comments on commit 95671e8

Please sign in to comment.