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 91db808 commit 3ffabb8Copy full SHA for 3ffabb8
scenarios/AksOpenAiTerraform/terraform/modules/virtual_network/variables.tf
@@ -25,7 +25,10 @@ variable "subnets" {
25
address_prefixes = list(string)
26
private_endpoint_network_policies_enabled = bool
27
private_link_service_network_policies_enabled = bool
28
- delegation = object({name = string, actions = list(string)})
+ delegation = object({name = string, service_delegation = object({
29
+ name = string
30
+ actions = list(string)
31
+ })})
32
}))
33
}
34
0 commit comments