Skip to content

Commit

Permalink
update github-action
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamraj Yadav committed Apr 6, 2022
1 parent 3c3aa77 commit 5f3cc39
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,15 @@ jobs:
terraform validate
terraform plan -input=false -no-color
- name: tflint
uses: reviewdog/action-tflint@master
with:
github_token: ${{ secrets.GITHUB }}
working_directory: ${{ matrix.directory }}
fail_on_error: 'true'
filter_mode: 'nofilter'
flags: '--module'

format:
name: Check code format
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion _example/versions.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Terraform version
terraform {
required_version = ">= 0.14.0"
required_version = ">= 0.14.11"

required_providers {
aws = {
Expand Down

0 comments on commit 5f3cc39

Please sign in to comment.