Skip to content

Commit

Permalink
Update pre-commit and Infracost template (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcurtis authored Dec 4, 2023
1 parent fd4b9cb commit bd5765d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ repos:
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.83.6
hooks:
- id: terraform_fmt

# To speed up local validation add the following to your ~/.zshrc:
# export TF_PLUGIN_CACHE_DIR=$HOME/.terraform.d/plugin-cache

Expand Down
7 changes: 5 additions & 2 deletions infracost.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Infracost Template
# https://www.infracost.io/docs/features/config_file/#template-syntax

# Infracost Configuration
# https://www.infracost.io/docs/config_file

# This file is manged by the infracost.yml.tmpl file, do not edit infracost.yml directly.

version: 0.1
projects:
Expand Down
7 changes: 5 additions & 2 deletions infracost.yml.tmpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Infracost Template
# https://www.infracost.io/docs/features/config_file/#template-syntax
{{/* Infracost Template: https://www.infracost.io/docs/features/config_file/#template-syntax */}}
# Infracost Configuration
# https://www.infracost.io/docs/config_file

# This file is manged by the infracost.yml.tmpl file, do not edit infracost.yml directly.

version: 0.1
projects:
Expand Down

0 comments on commit bd5765d

Please sign in to comment.