Skip to content

Commit b66b8aa

Browse files
author
kumarvna
committed
initial commit
1 parent 5e506c8 commit b66b8aa

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,12 @@ module "key-vault" {
8080
network_acls = {
8181
bypass = "AzureServices"
8282
default_action = "Deny"
83-
ip_rules = ["123.201.18.148"] # One or more IP Addresses, or CIDR Blocks to access this Key Vault.
84-
virtual_network_subnet_ids = [] # One or more Subnet ID's to access this Key Vault.
83+
84+
# One or more IP Addresses, or CIDR Blocks to access this Key Vault.
85+
ip_rules = ["123.201.18.148"]
86+
87+
# One or more Subnet ID's to access this Key Vault.
88+
virtual_network_subnet_ids = []
8589
}
8690
8791
# ....omitted

graph.png

221 KB
Loading

0 commit comments

Comments
 (0)