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
| <aname="input_in_topic_name"></a> [in\_topic\_name](#input\_in\_topic\_name)| The name of the input pubsub topic that the loader will pull data from |`string`| n/a | yes |
190
188
| <aname="input_name"></a> [name](#input\_name)| A name which will be pre-pended to the resources created |`string`| n/a | yes |
191
189
| <aname="input_network"></a> [network](#input\_network)| The name of the network to deploy within |`string`| n/a | yes |
192
-
| <aname="input_project_id"></a> [project\_id](#input\_project\_id)| The id of the project in which this resource is created|`string`| n/a | yes |
190
+
| <aname="input_project_id"></a> [project\_id](#input\_project\_id)| The project ID in which the stack is being deployed|`string`| n/a | yes |
193
191
| <aname="input_purpose"></a> [purpose](#input\_purpose)| The type of data the loader will be pulling which can be one of ENRICHED\_EVENTS or JSON (Note: JSON can be used for loading bad rows) |`string`| n/a | yes |
194
192
| <aname="input_region"></a> [region](#input\_region)| The name of the region to deploy within |`string`| n/a | yes |
195
193
| <aname="input_schema_name"></a> [schema\_name](#input\_schema\_name)| The database schema to load data into (e.g atomic \| atomic\_bad) |`string`| n/a | yes |
194
+
| <aname="input_app_version"></a> [app\_version](#input\_app\_version)| App version to use. This variable facilitates dev flow, the modules may not work with anything other than the default value. |`string`|`"0.3.1"`| no |
196
195
| <aname="input_associate_public_ip_address"></a> [associate\_public\_ip\_address](#input\_associate\_public\_ip\_address)| Whether to assign a public ip address to this instance; if false this instance must be behind a Cloud NAT to connect to the internet |`bool`|`true`| no |
197
196
| <aname="input_custom_iglu_resolvers"></a> [custom\_iglu\_resolvers](#input\_custom\_iglu\_resolvers)| The custom Iglu Resolvers that will be used by the loader to resolve and validate events | <pre>list(object({<br> name = string<br> priority = number<br> uri = string<br> api_key = string<br> vendor_prefixes = list(string)<br> }))</pre> |`[]`| no |
198
197
| <aname="input_db_host"></a> [db\_host](#input\_db\_host)| The hostname of the database to connect to (Note: if db\_instance\_name is non-empty this setting is ignored) |`string`|`""`| no |
| <aname="input_default_iglu_resolvers"></a> [default\_iglu\_resolvers](#input\_default\_iglu\_resolvers)| The default Iglu Resolvers that will be used by the loader to resolve and validate events | <pre>list(object({<br> name = string<br> priority = number<br> uri = string<br> api_key = string<br> vendor_prefixes = list(string)<br> }))</pre> | <pre>[<br> {<br> "api_key": "",<br> "name": "Iglu Central",<br> "priority": 10,<br> "uri": "http://iglucentral.com",<br> "vendor_prefixes": []<br> },<br> {<br> "api_key": "",<br> "name": "Iglu Central - Mirror 01",<br> "priority": 20,<br> "uri": "http://mirror01.iglucentral.com",<br> "vendor_prefixes": []<br> }<br>]</pre> | no |
202
201
| <aname="input_gcp_logs_enabled"></a> [gcp\_logs\_enabled](#input\_gcp\_logs\_enabled)| Whether application logs should be reported to GCP Logging |`bool`|`true`| no |
203
202
| <aname="input_in_max_concurrent_checkpoints"></a> [in\_max\_concurrent\_checkpoints](#input\_in\_max\_concurrent\_checkpoints)| The maximum number of concurrent effects for the topic checkpointing system - essentially how many concurrent acks we will make to PubSub |`number`|`100`| no |
203
+
| <aname="input_java_opts"></a> [java\_opts](#input\_java\_opts)| Custom JAVA Options |`string`|`"-XX:InitialRAMPercentage=75 -XX:MaxRAMPercentage=75"`| no |
204
204
| <aname="input_labels"></a> [labels](#input\_labels)| The labels to append to this resource |`map(string)`|`{}`| no |
205
205
| <aname="input_machine_type"></a> [machine\_type](#input\_machine\_type)| The machine type to use |`string`|`"e2-small"`| no |
206
206
| <aname="input_ssh_block_project_keys"></a> [ssh\_block\_project\_keys](#input\_ssh\_block\_project\_keys)| Whether to block project wide SSH keys |`bool`|`true`| no |
0 commit comments