Skip to content

Commit

Permalink
fix: ajusta comando do terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
nathansouzaa3 committed Oct 8, 2024
1 parent aee22ac commit 2fff4b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/scripts/create_infra_lambda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ else
fi

terraform -chdir="deployment/infrastructure/terraform-lambda" init -backend-config="bucket=$BUCKET_NAME" -backend-config="region=$AWS_REGION"
terraform -chdir="deployment/infrastructure/terraform-lambda" plan
terraform -chdir="deployment/infrastructure/terraform-lambda" apply -auto-approve

0 comments on commit 2fff4b2

Please sign in to comment.