We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e506c8 commit b66b8aaCopy full SHA for b66b8aa
README.md
@@ -80,8 +80,12 @@ module "key-vault" {
80
network_acls = {
81
bypass = "AzureServices"
82
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.
+
+ # 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 = []
89
}
90
91
# ....omitted
graph.png
221 KB
0 commit comments