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 512c978 commit 65ed8c4Copy full SHA for 65ed8c4
scenarios/AksOpenAiTerraform/terraform/main.tf
@@ -79,7 +79,14 @@ module "virtual_network" {
79
address_prefixes : var.pod_subnet_address_prefix
80
private_endpoint_network_policies_enabled : true
81
private_link_service_network_policies_enabled : false
82
- delegation: "Microsoft.ContainerService/managedClusters"
+ delegation: {
83
+ name = "delegation"
84
+
85
+ service_delegation: {
86
+ name = "Microsoft.ContainerService/managedClusters"
87
+ actions = ["Microsoft.Network/virtualNetworks/subnets/join/action"]
88
+ }
89
90
},
91
{
92
name : var.vm_subnet_name
0 commit comments