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
Terraform Module to create a Key Vault also adds required access policies for azure AD users, groups and azure AD service principals. This module also creates private endpoint and sends all logs to log analytic workspace or storage.
4
+
5
+
## Module Usage for
6
+
7
+
*[Simple Key Vault Creation](simple_keyvault/)
8
+
*[Key Vault with Private Endpoint](keyvault_with_private_end_point/)
9
+
*[Key Vault and Private Endpoiont using existing VNet and Subnet](keyvault_private_end_point_with_existing_VNet_Subnet/)
10
+
11
+
## Terraform Usage
12
+
13
+
To run this example you need to execute following Terraform commands
14
+
15
+
```hcl
16
+
terraform init
17
+
terraform plan
18
+
terraform apply
19
+
```
20
+
21
+
Run `terraform destroy` when you don't need these resources.
0 commit comments