Skip to content

Commit b7022de

Browse files
committed
clean up TF gh actions
1 parent f986183 commit b7022de

File tree

2 files changed

+3
-36
lines changed

2 files changed

+3
-36
lines changed

.github/workflows/terraform-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
with:
3838
terraform_version: ${{ env.TF_VERSION }}
3939

40+
- name: Terraform Init
41+
run: terraform init -backend=false
42+
4043
- name: Terraform Format
4144
id: fmt
4245
run: terraform fmt -check

.github/workflows/terraform-validate.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)