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.
2 parents e4d64cc + 216d15d commit 2ceb795Copy full SHA for 2ceb795
articles/app-service/provision-resource-terraform.md
@@ -74,6 +74,7 @@ resource "azurerm_linux_web_app" "webapp" {
74
location = azurerm_resource_group.rg.location
75
resource_group_name = azurerm_resource_group.rg.name
76
service_plan_id = azurerm_service_plan.appserviceplan.id
77
+ depends_on = [azurerm_service_plan.appserviceplan]
78
https_only = true
79
site_config {
80
minimum_tls_version = "1.2"
0 commit comments