terraform-modules
terraform-modules copied to clipboard
Add Service Deligation for subnets in Core module
Is it possible to add service delegation for subnets in the core module.
Se example here: https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/subnet
delegation {
name = "delegation"
service_delegation {
name = "Microsoft.ContainerInstance/containerGroups"
actions = ["Microsoft.Network/virtualNetworks/subnets/join/action", "Microsoft.Network/virtualNetworks/subnets/prepareNetworkPolicies/action"]
}
}
}
@linus-lysell we are already creating a group for service endpoint join. What else is needed other than that?
@simongottschlag Thanks for the quick reply! Service endpoint is working fine. I would need the delegation block as a feature in the core module.
Seem to be duplicated in 948, so closing this one.