Skip to content

Commit f7d1159

Browse files
committed
DOC: Update readme
1 parent c27976d commit f7d1159

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -152,15 +152,16 @@ terraform destroy
152152

153153
# Input reference
154154

155-
| Name | Type | Required | Default |
156-
|----------------------------|---------------|----------|-----------------------------------------------------------------------------------------|
157-
| `google_cloud_project_id` | `string` | Yes | N/A |
158-
| `google_cloud_region` | `string` | Yes | N/A |
159-
| `resource_affix` | `string` | Yes | N/A |
160-
| `environment` | `string` | No | `"main"` |
161-
| `secret_names` | `set(string)` | No | `set(["django-secret-key", "database-proxy-url", "database-url", "stripe-secret-key"])` |
162-
| `tasks_queue_name_suffix` | `string` | No | `""` |
163-
| `deletion_protection` | `bool` | No | `true` |
155+
| Name | Type | Required | Default |
156+
|------------------------------------|---------------|----------|-----------------------------------------------------------------------------------------|
157+
| `google_cloud_project_id` | `string` | Yes | N/A |
158+
| `google_cloud_region` | `string` | Yes | N/A |
159+
| `resource_affix` | `string` | Yes | N/A |
160+
| `environment` | `string` | No | `"main"` |
161+
| `maintainer_service_account_names` | `set(string)` | No | `["default"]` |
162+
| `secret_names` | `set(string)` | No | `set(["django-secret-key", "database-proxy-url", "database-url", "stripe-secret-key"])` |
163+
| `tasks_queue_name_suffix` | `string` | No | `""` |
164+
| `deletion_protection` | `bool` | No | `true` |
164165

165166
See [`variables.tf`](/variables.tf) for descriptions.
166167

0 commit comments

Comments
 (0)