Skip to content

Commit 5f3cc39

Browse files
author
Mamraj Yadav
committed
update github-action
1 parent 3c3aa77 commit 5f3cc39

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.github/workflows/terraform.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,15 @@ jobs:
5656
terraform validate
5757
terraform plan -input=false -no-color
5858
59+
- name: tflint
60+
uses: reviewdog/action-tflint@master
61+
with:
62+
github_token: ${{ secrets.GITHUB }}
63+
working_directory: ${{ matrix.directory }}
64+
fail_on_error: 'true'
65+
filter_mode: 'nofilter'
66+
flags: '--module'
67+
5968
format:
6069
name: Check code format
6170
runs-on: ubuntu-latest

_example/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Terraform version
22
terraform {
3-
required_version = ">= 0.14.0"
3+
required_version = ">= 0.14.11"
44

55
required_providers {
66
aws = {

0 commit comments

Comments
 (0)