11 lines
251 B
YAML
11 lines
251 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
|