Skip to content

Instantly share code, notes, and snippets.

@jfhbrook
Last active November 15, 2024 04:09
Show Gist options
  • Save jfhbrook/980b098845d5ed7309d6bae754eda36c to your computer and use it in GitHub Desktop.
Save jfhbrook/980b098845d5ed7309d6bae754eda36c to your computer and use it in GitHub Desktop.
module {
version = "1.0.0"
description = "Push to a git repository"
scripts {
format = [
"terraform fmt -recursive"
]
lint = [
"tflint --recursive",
"shellcheck ./lifecycle/*.sh"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment