A lightweight application to run arbitrary docker images on GCP infrastructure.
- Pre-requisite: Python 3.10 is available.
- Install poetry (if necessary) and create virtualenv for project, with all requirements.
pip install poetry
poetry install
- Install Terraform (v1.0.10) via tfenv.
brew install tfenv
tfenv install 1.0.10
- Download and configure gcloud for using personal credentials for interacting with GCP from the CLI.