Skip to content
Snippets Groups Projects
Commit 27d6acea authored by nimrod's avatar nimrod
Browse files

Shell alias for Terraform validate and format.

parent ed8760cc
No related branches found
No related tags found
No related merge requests found
......@@ -122,6 +122,7 @@ alias listen_tcp='nc -vlk 0.0.0.0'
alias listen_udp='nc -uvlk 0.0.0.0'
alias listen_unix='nc -Uvlk'
alias tfa='terraform apply tfplan'
alias tfvf='terraform validate && terraform fmt'
if ! command -v notify-send > /dev/null
then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment