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
| client\_image\_host | Container Registry that hosts the client image (PROJECT\_ID[/folder]) |`string`|`"hsa-public/terraform-python-dynamic-webapp"`| no |
48
-
| database\_name | Cloud SQL database name |`string`|`"django"`| no |
49
-
| database\_username | Cloud SQL database name |`string`|`"server"`| no |
50
-
| image\_version | Version of the Container Registry image to use |`string`|`"v1.1.1"`| no |
51
-
| init | Initialize database? |`bool`|`true`| no |
52
-
| instance\_name | Cloud SQL Instance name |`string`|`"psql"`| no |
53
-
| labels | A set of key/value label pairs to assign to the resources deployed by this blueprint. |`map(string)`|`{}`| no |
54
-
| project\_id | Google Cloud Project ID |`string`| n/a | yes |
55
-
| random\_suffix | Add random suffix to VM name |`string`|`true`| no |
56
-
| region | Google Cloud Region |`string`|`"us-central1"`| no |
57
-
| server\_image\_host | Container Registry that hosts the server image (PROJECT\_ID[/folder]) |`string`|`"hsa-public/terraform-python-dynamic-webapp"`| no |
58
-
| service\_name | Cloud Run service name |`string`|`"server"`| no |
59
-
| zone | GCP zone for provisioning zonal resources. |`string`|`"us-central1-c"`| no |
Copy file name to clipboardExpand all lines: infra/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ Functional examples are included in the
47
47
| client\_image\_host | Container Registry that hosts the client image (PROJECT\_ID[/folder]) |`string`|`"hsa-public/terraform-python-dynamic-webapp"`| no |
48
48
| database\_name | Cloud SQL database name |`string`|`"django"`| no |
49
49
| database\_username | Cloud SQL database name |`string`|`"server"`| no |
50
-
| image\_version | Version of the Container Registry image to use |`string`|`"v1.7.0"`| no |
50
+
| image\_version | Version of the Container Registry image to use |`string`|`"v1.8.1"`| no |
51
51
| init | Initialize database? |`bool`|`true`| no |
52
52
| instance\_name | Cloud SQL Instance name |`string`|`"psql"`| no |
53
53
| labels | A set of key/value label pairs to assign to the resources deployed by this blueprint. |`map(string)`|`{}`| no |
0 commit comments