Skip to content

Commit c4f76d9

Browse files
author
radomarina
committed
feat: 1.4.0
1 parent ecc1139 commit c4f76d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/single_integration/locals.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
locals {
22
resource_group_name = var.existing_resource_group_name != "" ? var.existing_resource_group_name : azurerm_resource_group.current[0].name
33
storage_account_id = var.existing_storage_account_id != "" ? var.existing_storage_account_id : azurerm_storage_account.current[0].id
4-
app_id = var.existing_app_id != "" ? var.existing_app_id : azuread_application_registration.current[0].id
54
service_principle_client_id = var.existing_service_principal_id != "" ? var.existing_service_principal_id : azuread_service_principal.current[0].client_id
65
service_principle_object_id = var.existing_service_principal_id != "" ? data.azuread_service_principal.existing[0].object_id : azuread_service_principal.current[0].object_id
76
eventgrid_system_topic_name = azurerm_eventgrid_system_topic.current[0].name

0 commit comments

Comments
 (0)