Skip to content

Commit 3c8e94b

Browse files
committed
Update the subnet delegation
Azure keeps changing it so the terraform plan is not clean
1 parent 1d7f41d commit 3c8e94b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/terraform/networking.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ module "container_app_subnet" {
8282
network_security_group_name = "nsg-container-apps"
8383
delegation_name = "delegation"
8484
service_delegation_name = "Microsoft.App/environments"
85-
service_delegation_actions = ["Microsoft.Network/virtualNetworks/subnets/action"]
85+
service_delegation_actions = ["Microsoft.Network/virtualNetworks/subnets/join/action"]
8686
}
8787

8888
module "main_subnet" {

0 commit comments

Comments
 (0)