diff --git a/operations/template/db.tf b/operations/template/db.tf index 76a35f3a5..a3abc6bcf 100644 --- a/operations/template/db.tf +++ b/operations/template/db.tf @@ -1,5 +1,3 @@ -data "azurerm_client_config" "current" {} - data "azuread_service_principal" "principal" { object_id = data.azurerm_client_config.current.object_id }