Files
a13labs.infra/.github/actions/setup-terraform-env/action.yml
T

16 lines
389 B
YAML

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