Skip to content

Commit

Permalink
moving config to tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
shashitnak committed May 22, 2024
1 parent d13d269 commit b0388b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export TF_VAR_AWS_REGION=$AWS_REGION
export TF_VAR_AWS_IAM_ROLE=$AWS_IAM_ROLE
export TF_VAR_AWS_LAMBDA_FUNCTION_NAME=$AWS_LAMBDA_FUNCTION_NAME
export TF_VAR_TAILCALL_VERSION=$TAILCALL_VERSION
echo $TAILCALL_CONFIG > /tmp/config.graphql
cp $TAILCALL_CONFIG /tmp/config.graphql

cd /tmp
terraform init
Expand Down

0 comments on commit b0388b0

Please sign in to comment.