Skip to content

Commit

Permalink
fix: tflient.hcl correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
valter-silva-au committed Feb 15, 2023
1 parent 3f94e89 commit 3fa8a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/make/tflint/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ tflint/install:
## Init AWS TFLINT
tflint/init:
ifeq ($(wildcard $(WORKSPACE)/.tflint.hcl),)
@cp $(HABITS)/files/.tflint.hcl $(WORKSPACE)/.tflint.hcl
@cp $(HABITS)/files/terraform/.tflint.hcl $(WORKSPACE)/.tflint.hcl
@sed -i "s,TFLINT_AWS_RULESET_VERSION,$(TFLINT_AWS_RULESET_VERSION),g" $(WORKSPACE)/.tflint.hcl
@tflint --init
endif
Expand Down

0 comments on commit 3fa8a05

Please sign in to comment.