Files
a13labs.infra/.github/actions/setup-terraform-env/action.yml
T
alexandre.pires c1d8d67cbc Refactor file path and update workflow name in actions-validate.yml
Add setup-terraform-env action.yml
Update setup-k8s-env action.yml with ssh-auth-sock input
2024-09-30 22:25:55 +02:00

11 lines
250 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.9.6