Skip to content

Commit

Permalink
fix: Set AWS_DEFAULT_REGION variable always (closes #152)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbabenko committed Nov 2, 2020
1 parent 451cc21 commit 263eeaa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions terraform_validate.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#!/usr/bin/env bash
set -eo pipefail

# `terraform validate` requires this env variable to be set
export AWS_DEFAULT_REGION=us-east-1

main() {
initialize_
parse_cmdline_ "$@"
Expand Down

0 comments on commit 263eeaa

Please sign in to comment.