mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
12 lines
316 B
YAML
12 lines
316 B
YAML
name: "Setup Terraform"
|
|
description: |
|
|
Sets up Terraform for tests, builds, etc.
|
|
runs:
|
|
using: "composite"
|
|
steps:
|
|
- name: Install Terraform
|
|
uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
|
|
with:
|
|
terraform_version: 1.11.0
|
|
terraform_wrapper: false
|