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_storage_account_name"></a> [storage\_account\_name](#input\_storage\_account\_name)| The name of the Storage Account the data will be loaded into |`string`| n/a | yes |
46
46
| <aname="input_subnet_id_lb"></a> [subnet\_id\_lb](#input\_subnet\_id\_lb)| The ID of the subnet to deploy the load balancer into (e.g. collector-agw1) |`string`| n/a | yes |
47
47
| <aname="input_subnet_id_servers"></a> [subnet\_id\_servers](#input\_subnet\_id\_servers)| The ID of the subnet to deploy the servers into (e.g. pipeline1) |`string`| n/a | yes |
48
+
| <aname="input_confluent_cloud_api_key"></a> [confluent\_cloud\_api\_key](#input\_confluent\_cloud\_api\_key)| Confluent Cloud API Key |`string`|`""`| no |
49
+
| <aname="input_confluent_cloud_api_secret"></a> [confluent\_cloud\_api\_secret](#input\_confluent\_cloud\_api\_secret)| Confluent Cloud API Secret |`string`|`""`| no |
50
+
| <aname="input_confluent_cloud_bad_1_topic_name"></a> [confluent\_cloud\_bad\_1\_topic\_name](#input\_confluent\_cloud\_bad\_1\_topic\_name)| Confluent Cloud 'bad-1' topic name |`string`|`"bad-1"`| no |
51
+
| <aname="input_confluent_cloud_bootstrap_server"></a> [confluent\_cloud\_bootstrap\_server](#input\_confluent\_cloud\_bootstrap\_server)| Confluent Cloud cluster bootstrap server |`string`|`""`| no |
52
+
| <aname="input_confluent_cloud_enriched_topic_name"></a> [confluent\_cloud\_enriched\_topic\_name](#input\_confluent\_cloud\_enriched\_topic\_name)| Confluent Cloud 'enriched' topic name |`string`|`"enriched"`| no |
53
+
| <aname="input_confluent_cloud_raw_topic_name"></a> [confluent\_cloud\_raw\_topic\_name](#input\_confluent\_cloud\_raw\_topic\_name)| Confluent Cloud 'raw' topic name |`string`|`"raw"`| no |
54
+
| <aname="input_confluent_cloud_snowflake_loader_topic_name"></a> [confluent\_cloud\_snowflake\_loader\_topic\_name](#input\_confluent\_cloud\_snowflake\_loader\_topic\_name)| Confluent Cloud 'snowflake-loader' topic name |`string`|`"snowflake-loader"`| no |
48
55
| <aname="input_lake_enabled"></a> [lake\_enabled](#input\_lake\_enabled)| Whether to load all data into a Storage Container to build a data-lake based on Delta format |`bool`|`false`| no |
49
56
| <aname="input_snowflake_account"></a> [snowflake\_account](#input\_snowflake\_account)| Snowflake account to use |`string`|`""`| no |
50
57
| <aname="input_snowflake_database"></a> [snowflake\_database](#input\_snowflake\_database)| Snowflake database name |`string`|`""`| no |
@@ -57,6 +64,7 @@ No resources.
57
64
| <aname="input_snowflake_warehouse"></a> [snowflake\_warehouse](#input\_snowflake\_warehouse)| Snowflake warehouse name |`string`|`""`| no |
58
65
| <aname="input_ssl_information"></a> [ssl\_information](#input\_ssl\_information)| SSL certificate information to optionally bind to the load balancer | <pre>object({<br> enabled = bool<br> data = string<br> password = string<br> })</pre> | <pre>{<br> "data": "",<br> "enabled": false,<br> "password": ""<br>}</pre> | no |
59
66
| <aname="input_storage_account_deploy"></a> [storage\_account\_deploy](#input\_storage\_account\_deploy)| Whether this module should create a new storage account with the specified name - if the account already exists set this to false |`bool`|`true`| no |
67
+
| <aname="input_stream_type"></a> [stream\_type](#input\_stream\_type)| The stream type to use as the Kafka Cluster between components (options: azure\_event\_hubs, confluent\_cloud) |`string`|`"azure_event_hubs"`| no |
60
68
| <aname="input_tags"></a> [tags](#input\_tags)| The tags to append to the resources in this module |`map(string)`|`{}`| no |
61
69
| <aname="input_telemetry_enabled"></a> [telemetry\_enabled](#input\_telemetry\_enabled)| Whether or not to send telemetry information back to Snowplow Analytics Ltd |`bool`|`true`| no |
62
70
| <aname="input_user_provided_id"></a> [user\_provided\_id](#input\_user\_provided\_id)| An optional unique identifier to identify the telemetry events emitted by this stack |`string`|`""`| no |
0 commit comments