diff --git a/internal/install/_static/terraform_deployer_run.sh b/internal/install/_static/terraform_deployer_run.sh index c7e8db469e..f070b7046a 100644 --- a/internal/install/_static/terraform_deployer_run.sh +++ b/internal/install/_static/terraform_deployer_run.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -set -euo pipefail +set -euxo pipefail # Terraform code may rely on content from other files than .tf files (es json, zip, html, text), so we copy all the content over # See more: https://github.com/elastic/elastic-package/pull/603