Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Service Deligation for subnets in Core module #845

Open
linus-lysell opened this issue Nov 2, 2022 · 2 comments
Open

Add Service Deligation for subnets in Core module #845

linus-lysell opened this issue Nov 2, 2022 · 2 comments

Comments

@linus-lysell
Copy link
Contributor

linus-lysell commented Nov 2, 2022

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"]
    }
  }
}
@simongottschlag
Copy link
Member

@linus-lysell we are already creating a group for service endpoint join. What else is needed other than that?

@linus-lysell
Copy link
Contributor Author

@simongottschlag Thanks for the quick reply! Service endpoint is working fine. I would need the delegation block as a feature in the core module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants