Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
terraform-aws-vpc
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Terraform Modules
terraform-aws-vpc
Commits
bd51e9f5
Commit
bd51e9f5
authored
Nov 27, 2019
by
Ilia Lazebnik
Committed by
Anton Babenko
Nov 27, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update TFLint to v0.12.1 for circleci (#351)
Update TFLint to v0.12.1
parent
22ffae56
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
config.yml
.circleci/config.yml
+1
-1
No files found.
.circleci/config.yml
View file @
bd51e9f5
...
...
@@ -29,7 +29,7 @@ jobs:
command
:
if [[ -n "$(terraform fmt -write=false)" ]]; then echo "Some terraform files need be formatted, run 'terraform fmt' to fix"; exit 1; fi
-
run
:
name
:
Install tflint
command
:
curl -L -o /tmp/tflint.zip https://github.com/wata727/tflint/releases/download/v0.
8.2
/tflint_linux_amd64.zip && unzip /tmp/tflint.zip -d /usr/local/bin
command
:
curl -L -o /tmp/tflint.zip https://github.com/wata727/tflint/releases/download/v0.
12.1
/tflint_linux_amd64.zip && unzip /tmp/tflint.zip -d /usr/local/bin
-
run
:
name
:
Check Terraform configurations with tflint
command
:
tflint
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment