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 5a057fd commit 3d646d6Copy full SHA for 3d646d6
code/infra/network.tf
@@ -51,4 +51,8 @@ resource "azapi_resource" "subnet_services" {
51
serviceEndpoints = []
52
}
53
})
54
+
55
+ depends_on = [
56
+ azapi_resource.subnet_function
57
+ ]
58
0 commit comments