diff --git a/infra/templates/osdu-r3-mvp/service_resources/main.tf b/infra/templates/osdu-r3-mvp/service_resources/main.tf index 29eed648d06a42ca7df4b1ef3cb48f010c018b62..85d99b781241cc10dab122026cb5ada63cf8d959 100644 --- a/infra/templates/osdu-r3-mvp/service_resources/main.tf +++ b/infra/templates/osdu-r3-mvp/service_resources/main.tf @@ -303,7 +303,7 @@ module "appgateway" { min_capacity = var.appgw_min_capacity max_capacity = var.appgw_max_capacity - + depends_on = [azurerm_key_vault_certificate.default] } // Give AGIC Identity Access rights to Change the Application Gateway