We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 257ba5c commit ef9b009Copy full SHA for ef9b009
1 file changed
.github/workflows/run-samples.yml
@@ -59,6 +59,12 @@ jobs:
59
sudo apt-get install -y jq zip unixodbc-dev libsnappy-dev
60
find . -name "*.sh" -exec chmod +x {} +
61
62
+ - name: Install Terraform
63
+ uses: hashicorp/setup-terraform@v3
64
+ with:
65
+ terraform_version: "1.5.0"
66
+ terraform_wrapper: false
67
+
68
- name: Install test dependencies
69
# Mirroring the localstack-pro approach: install all Python dependencies
70
# (including the localstack CLI) into a virtual environment to avoid system-level conflicts.
0 commit comments