Skip to content

Commit

Permalink
fix: region
Browse files Browse the repository at this point in the history
  • Loading branch information
mbystedt committed Jan 19, 2022
1 parent 106f131 commit 9ab4df3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,7 @@ curl -sSL -o /tmp/node-v16.13.2-linux-x64.tar.gz https://nodejs.org/dist/v16.13.
mkdir /home/terraform/node
tar -xf /tmp/node-v16.13.2-linux-x64.tar.gz -C /home/terraform/node --strip-components=1
export PATH=/home/terraform/node/bin:$PATH
export AWS_REGION=ca-central-1
export OS_URL=apm.io.nrs.gov.bc.ca
export OS_DOMAIN=nress-prod
./workflow-cli/bin/dev opensearch-sync
Expand Down

0 comments on commit 9ab4df3

Please sign in to comment.