Skip to content

Commit

Permalink
newline for syntax/readability
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-jameson committed Jan 7, 2025
1 parent 326f1e7 commit cdc8e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/create_backend_vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ set_backend_vars() {
echo "WARNING: Empty value for $var_name."
continue
fi
echo "variable \"${var_name}\" {
echo \nvariable \"${var_name}\" {
type = string
description = \"\"
}" >> $varspath
Expand Down

0 comments on commit cdc8e23

Please sign in to comment.