Skip to content

Commit

Permalink
comment tf validate step
Browse files Browse the repository at this point in the history
  • Loading branch information
paliwalvimal committed Sep 27, 2022
1 parent f2bc0fd commit ac26d76
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ jobs:
- name: Terraform Init
id: init
run: terraform init
- name: Terraform Validate
id: validate
run: terraform validate
# Validate fails because alias provider is required so commented temporarily
# - name: Terraform Validate
# id: validate
# run: terraform validate
checkov:
runs-on: ubuntu-latest
steps:
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- name: Terraform Init
id: init
run: terraform init
- name: Terraform Validate
id: validate
run: terraform validate
# Validate fails because alias provider is required so commented temporarily
# - name: Terraform Validate
# id: validate
# run: terraform validate

0 comments on commit ac26d76

Please sign in to comment.