You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cloud-run-rag-alloydb/1-apps/README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,17 +31,17 @@ The [0-projects](../0-projects) stage generates the necessary Terraform input fi
31
31
32
32
| name | description | type | required | default |
33
33
|---|---|:---:|:---:|:---:|
34
-
|[project_config](variables.tf#L142)| The project where to create the resources. | <codetitle="object({ id = string number = string })">object({…})</code> | ✓ ||
34
+
|[project_config](variables.tf#L144)| The project where to create the resources. | <codetitle="object({ id = string number = string })">object({…})</code> | ✓ ||
35
35
|[alloydb_initial_password](variables.tf#L15)| Initial password for the postgres user in AlloyDB. | <code>string</code> || <code>"CHANGE_THIS!!!"</code> |
36
36
|[ca_pool_name_suffix](variables.tf#L25)| The name suffix of the CA pool used for app ILB certificates. | <code>string</code> || <code>"ca-pool-0"</code> |
|[name](variables.tf#L117)| The name of the resources. This is also the project suffix if a new project is created. | <code>string</code> || <code>"gf-rrag-0"</code> |
|[region](variables.tf#L151)| The GCP region where to deploy the resources. | <code>string</code> || <code>"europe-west1"</code> |
44
-
|[service_accounts](variables.tf#L158)| The pre-created service accounts used by the blueprint. | <codetitle="map(object({ email = string iam_email = string id = string }))">map(object({…}))</code> || <code>{}</code> |
|[name](variables.tf#L119)| The name of the resources. This is also the project suffix if a new project is created. | <code>string</code> || <code>"gf-rrag-0"</code> |
|[region](variables.tf#L153)| The GCP region where to deploy the resources. | <code>string</code> || <code>"europe-west1"</code> |
44
+
|[service_accounts](variables.tf#L160)| The pre-created service accounts used by the blueprint. | <codetitle="map(object({ email = string iam_email = string id = string }))">map(object({…}))</code> || <code>{}</code> |
0 commit comments