Configures storage buckets to be optionally exposed via service endpoints
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user