summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorwdullaer <wdullaer@users.noreply.github.com>2019-12-09 08:42:51 +0700
committerMatan Kushner <hello@matchai.me>2019-12-08 20:42:51 -0500
commit44b37a7baca4d9e50a524c51f9ea305f0b5f60fa (patch)
tree2e215b996415ddf16eb7e7c165eb4c5b64d1d9c5 /.github
parentf458a5e8c91bd6fd5b7df905f0b65e0e35034072 (diff)
feat: Implement terraform module with workspace and version (#644)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/workflow.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml
index 7d3f21530..a3837de64 100644
--- a/.github/workflows/workflow.yml
+++ b/.github/workflows/workflow.yml
@@ -139,6 +139,11 @@ jobs:
- name: Install Mercurial (windows)
if: matrix.os == 'windows-latest'
run: choco install hg
+
+ # Install Terraform at a fixed version
+ - uses: volcano-coffee-company/setup-terraform@v1
+ with:
+ version: "0.12.14"
# Run the ignored tests that expect the above setup
- name: Run all tests