CDKTF app that deploys two Firestore databases in the same GCP project.
This repository showcases a recently added new feature which allows to have multiple Firestore databases within the same GCP project (also of different types). Previously you were limited to a single Firestore database per project, always named (default).
- GCP:
- Must have authenticated with Application Default Credentials in your local environment.
- Must have set the
GCP_PROJECT_IDandGCP_REGIONvariables in your local environment.
- Terraform:
- Must be installed in your system.
- Node.js + npm:
- Must be installed in your system.
npx projen installnpx projen deploynpx projen destroy