Infrastructure with Terraform¶
GreenCop uses Terraform for infrastructure as code.
Modules¶
Located in /infra/terraform/modules/:
cloud_run: FastAPI servicecloud_sql: PostgreSQLpubsub: Event topicscloud_function: Serverless functionsbigquery: Data warehouse
Usage¶
Variables¶
See variables.tf for configuration options.
Note: Brief overview only as requested.