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_admin_password"></a> [admin\_password](#input\_admin\_password)| Azure Admin Password to use |`string`|`null`| no |
58
-
| <aname="input_container_config"></a> [container\_config](#input\_container\_config)| Version and capacity config for container | <pre>map(object({<br> image = string<br> cpu = string<br> memory = string<br> }))</pre> | <pre>{<br> "debezium": {<br> "cpu": "4",<br> "image": "debezium/connect:1.9",<br> "memory": "2"<br> }<br>}</pre> | no |
59
-
| <aname="input_custom_eventhub_components_names"></a> [custom\_eventhub\_components\_names](#input\_custom\_eventhub\_components\_names)| Specifies the custom name of the resources in Eventhub module | <pre>object({<br> namespace = optional(string)<br> namespace_rule = optional(string)<br> topic = optional(string)<br> topic_rule = optional(string)<br> })</pre> |`{}`| no |
60
-
| <aname="input_custom_resource_group_name"></a> [custom\_resource\_group\_name](#input\_custom\_resource\_group\_name)| Custom name for Resource Group |`string`|`null`| no |
61
-
| <aname="input_debezium_enabled"></a> [debezium\_enabled](#input\_debezium\_enabled)| Boolean flag to specify whether Container Instance with Debezium is provisioned |`bool`|`false`| no |
62
-
| <aname="input_debezium_encryption_key"></a> [debezium\_encryption\_key](#input\_debezium\_encryption\_key)| Boolean flag to specify whether Container Instance with Debezium is CMK encrypted |`bool`|`false`| no |
63
-
| <aname="input_debezium_mssql_db_name"></a> [debezium\_mssql\_db\_name](#input\_debezium\_mssql\_db\_name)| Name of target Database which would be used by Debezium |`string`|`""`| no |
64
-
| <aname="input_debezium_mssql_tables"></a> [debezium\_mssql\_tables](#input\_debezium\_mssql\_tables)| Tables with CDC enabled in target Database |`list(string)`|`[]`| no |
54
+
| <aname="input_demos_sql_azure_ad_object_id"></a> [demos\_sql\_azure\_ad\_object\_id](#input\_demos\_sql\_azure\_ad\_object\_id)| The login username of the Azure AD Administrator of this SQL Server. |`string`|`null`| no |
65
55
| <aname="input_env"></a> [env](#input\_env)| Environment name |`string`| n/a | yes |
66
-
| <aname="input_eventhub_enabled"></a> [eventhub\_enabled](#input\_eventhub\_enabled)| Boolean flag to specify whether Azure Event Hub is provisioned |`bool`|`false`| no |
| <aname="input_microsoft_wwi_demo_enabled"></a> [microsoft\_wwi\_demo\_enabled](#input\_microsoft\_wwi\_demo\_enabled)| Boolean flag that determines whether Microsoft WWI Demo in provisioned within Environment |`bool`|`false`| no |
72
59
| <aname="input_mssql_database"></a> [mssql\_database](#input\_mssql\_database)| Map of databases to be deployed in Azure SQL |`map(any)`|`{}`| no |
@@ -79,17 +66,14 @@ This module is provisioning Azure WWI Demo
79
66
| <aname="input_resource_group"></a> [resource\_group](#input\_resource\_group)| The name of the resource group in which to create MSSQL Server |`string`| n/a | yes |
80
67
| <aname="input_secrets_expiration_date"></a> [secrets\_expiration\_date](#input\_secrets\_expiration\_date)| Expiration UTC datetime (Y-m-d'T'H:M:S'Z') |`string`|`"2024-12-21T00:00:00Z"`| no |
81
68
| <aname="input_sql_azure_ad_admin_login"></a> [sql\_azure\_ad\_admin\_login](#input\_sql\_azure\_ad\_admin\_login)| The login username of the Azure AD Administrator of this SQL Server. |`string`|`null`| no |
82
-
| <aname="input_sql_azure_ad_admin_object_id"></a> [sql\_azure\_ad\_admin\_object\_id](#input\_sql\_azure\_ad\_admin\_object\_id)| The login username of the Azure AD Administrator of this SQL Server. |`string`|`null`| no |
83
69
| <aname="input_sql_server_admin_login"></a> [sql\_server\_admin\_login](#input\_sql\_server\_admin\_login)| The administrator login name for Azure SQL server |`string`|`"dpaf"`| no |
84
70
| <aname="input_tags"></a> [tags](#input\_tags)| Resource tags |`map(any)`|`{}`| no |
85
-
| <aname="input_tenant_id"></a> [tenant\_id](#input\_tenant\_id)| Azure Tenant ID to use |`string`| n/a | yes |
86
71
| <aname="input_wwi_demo_subnet_id"></a> [wwi\_demo\_subnet\_id](#input\_wwi\_demo\_subnet\_id)| Microsoft WWI subnet |`string`|`null`| no |
87
72
88
73
## Outputs
89
74
90
75
| Name | Description |
91
76
|------|-------------|
92
-
| <aname="output_eventhub"></a> [eventhub](#output\_eventhub)| Eventhub related outputs |
0 commit comments