This project uses Terraform (IaC) to deploy the Autospotr plaform to Firebase
- Google Cloud Service Account
- Install gcloud CLI
- Install Cloud Build for GitHub App
- Install Terraform
Copy .env-sample file to .env and define the environment variables s
Login to Google Cloud Services
gcloud init
gcloud auth application-default login
From this project directory, initialize Terraform
terraform init
terraform plan
source .env && terraform apply
terraform show
source .env && terraform destroy
```# autospotr-iac