We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 615bf04 commit ae88c55Copy full SHA for ae88c55
.github/workflows/ci-pull-request.yaml
@@ -47,6 +47,8 @@ jobs:
47
uses: actions/setup-go@v2
48
with:
49
go-version: ${{ env.GO_VERSION }}
50
+ - name: Set up Terraform
51
+ uses: hashicorp/setup-terraform@v3
52
- name: Check out code
53
uses: actions/checkout@v2
54
- name: Cache modules
0 commit comments