name: Setup Terraform Environment description: Prepare the environment for A13labs CI/CD pipelines runs: using: "composite" steps: - name: Setup Terraform uses: hashicorp/setup-terraform@v1 with: terraform_version: 1.10.5 - name: Install required python packages shell: bash run: | python3 -m pip install -r requirements/terraform.txt