Skip to content

Commit

Permalink
deactivates automatic formatting after apply (too offensive)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Gohlke committed Feb 15, 2024
1 parent cef0bc8 commit 2ccc3e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/terraform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ function tf_apply {
terraform apply -auto-approve $@
fi
fi
echo "✏️reformat (if needed)"
terraform fmt
# echo "✏️reformat (if needed)"
# terraform fmt
}

function tf_import {
Expand Down

0 comments on commit 2ccc3e0

Please sign in to comment.