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
|[azurerm_client_config.current](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/client_config)| data source |
47
+
|[azurerm_private_dns_zone.key_vault_dns_zone](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/private_dns_zone)| data source |
48
+
|[azurerm_subnet.pvt_end_pt](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/subnet)| data source |
42
49
43
50
## Inputs
44
51
@@ -57,7 +64,10 @@ Basic usage of this module is as follows:
| <aname="input_sku_name"></a> [sku_name](#input_sku_name)| Keyvault SKUs available in azure. Valid options are standard and premium |`string`| no |
59
66
| <aname="input_soft_delete_retention_days"></a> [soft_delete_retention_days](#input_soft_delete_retention_days)| The number of days that items should be retained for once soft-deleted. This value can be between 7 and 90 |`number`| no |
67
+
| <aname="input_subnet_name"></a> [subnet_name](#input_subnet_name)| Name of the subnet in which private endpoint will be created |`string`| no |
60
68
| <aname="input_temporary"></a> [temporary](#input_temporary)| Temporary tag value in Azure |`string`| no |
69
+
| <aname="input_virtual_network_name"></a> [virtual_network_name](#input_virtual_network_name)| Name of the virtual network in which private endpoint will be created |`string`| no |
70
+
| <aname="input_virtual_network_rg"></a> [virtual_network_rg](#input_virtual_network_rg)| Virtual network resource group |`string`| no |
61
71
62
72
## Outputs
63
73
@@ -71,5 +81,6 @@ Basic usage of this module is as follows:
0 commit comments