linus-lysell
linus-lysell
Hi, I would like to add Subnet delegation as an optional subnet configuration. This is for an example to configure VNET integration in app services. https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/subnet Please let me know...
The subscription owner group gets assigned to the subscription when we run the governance module. That is great but we also need to support PIM and just in time access....
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 ```terraform delegation { name = "delegation" service_delegation { name = "Microsoft.ContainerInstance/containerGroups" actions =...