mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
12 lines
268 B
YAML
12 lines
268 B
YAML
name: "Setup Terraform"
|
|
description: |
|
|
Sets up Terraform for tests, builds, etc.
|
|
runs:
|
|
using: "composite"
|
|
steps:
|
|
- name: Install Terraform
|
|
uses: hashicorp/setup-terraform@v3
|
|
with:
|
|
terraform_version: 1.5.7
|
|
terraform_wrapper: false
|