Requirements
No requirements.
Providers
| Name | Version |
|---|---|
| azurerm | n/a |
| azurerm.hubsubscription | n/a |
| random | n/a |
Modules
| Name | Source | Version |
|---|---|---|
| sql_server_kvcu | ../role-assignment | n/a |
Resources
| Name | Type |
|---|---|
| azurerm_key_vault_secret.hostname | resource |
| azurerm_key_vault_secret.password | resource |
| azurerm_key_vault_secret.username | resource |
| azurerm_mssql_server.main | resource |
| azurerm_private_endpoint.main | resource |
| azurerm_user_assigned_identity.main | resource |
| random_password.password | resource |
| random_string.username_suffix | resource |
| azurerm_private_dns_zone.main | data source |
Inputs
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| hub_subscription_id | The ID of the hub subscription | string | n/a | yes |
| key_vault_id | The ID of the key vault to add the secret to | string | n/a | yes |
| location | The location to setup resources | string | n/a | yes |
| name | Name of the cluster | string | "" | no |
| prefix | Naming Prefix | string | "" | no |
| privatezone_resource_group_name | resource group for the azure file private zone | string | n/a | yes |
| resource_group_name | The name of the resource group under which to build this cluster | string | n/a | yes |
| subnet_id | Id for the subnet | string | n/a | yes |
| subscription_id | The subscription id to deploy this to | string | n/a | yes |
| tags | List of tags to generate | map(string) | n/a | yes |