Configures storage buckets to be optionally exposed via service endpoints

This commit is contained in:
Rob Gil
2020-01-22 19:35:54 -05:00
parent 9042a960bb
commit 01703b1488
5 changed files with 40 additions and 10 deletions

View File

@@ -36,6 +36,14 @@ variable "networks" {
}
}
variable "service_endpoints" {
type = map
default = {
public = ""
private = "Microsoft.Storage,Microsoft.KeyVault"
}
}
variable "gateway_subnet" {
type = string
default = "10.1.20.0/24"