Database Services
Cloud SQL
The Cloud SQL Service is a database service which is being used to store the data required by the applications across control and data plane projects, these deployments are managed via terraform and can be triggered from terraform cloud.
Note: Workspaces in terraform cloud will have “infra” as a suffix.
| Database Type | Instance Name | Project | Region |
|---|---|---|---|
| Cloud SQL [PostgreSQL] | aa-db-npr-psql-uc1-01 | aa-cp-npr-01 | us-central1 |
| Cloud SQL [PostgreSQL] | aa-db-npr-psql-uc1-01 | aa-dp-npr-01 | us-central1 |
Memorystore for Redis
The Memorystore for Redis service is a cache service which is being used to cache the data required by the applications across control and data plane projects, these deployments are managed via terraform and can be triggered from terraform cloud.
Note: Workspaces in terraform cloud will have “infra” as a suffix.
| Instance Name | Project | Region |
|---|---|---|
| aa-redis-npr-cache-uc1-01 | aa-cp-npr-01 | us-central1 |
Updated 1 day ago