Skip to content

Commit 60f052b

Browse files
committed
updating examples
1 parent d4a3d3f commit 60f052b

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

examples/README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Azure Key Vault Terraform Module
2+
3+
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

Comments
 (0)