From fff2abbea20c32051aa0d680b3905f32663b690c Mon Sep 17 00:00:00 2001 From: Robert de Veen Date: Wed, 27 Mar 2024 11:49:57 +0100 Subject: [PATCH] Remove unnecessary role assignment dependency --- .../terraform-units/modules/sap_deployer/app_configuration.tf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deploy/terraform/terraform-units/modules/sap_deployer/app_configuration.tf b/deploy/terraform/terraform-units/modules/sap_deployer/app_configuration.tf index ab285d91a9..de248b4cf6 100644 --- a/deploy/terraform/terraform-units/modules/sap_deployer/app_configuration.tf +++ b/deploy/terraform/terraform-units/modules/sap_deployer/app_configuration.tf @@ -23,8 +23,7 @@ resource "time_sleep" "wait_for_appconf_dataowner_assignment" { create_duration = "60s" depends_on = [ - azurerm_role_assignment.appconf_dataowner, - azurerm_role_assignment.appconf_dataowner2 + azurerm_role_assignment.appconf_dataowner ] }