Skip to content

Commit

Permalink
remove cat command to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
maximenoel8 committed Oct 2, 2024
1 parent 150380a commit 68d7dc0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci-validation/terraform-validation
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ ln -sfn ../backend_modules/null modules/backend
for tf_file in main.tf.*.example; do
echo "::notice::Validating $tf_file..."
cp $tf_file main.tf
cat main.tf
# Uncomment for Terraform detailed logging
# export TF_LOG=TRACE
terraform init
Expand Down

0 comments on commit 68d7dc0

Please sign in to comment.