diff --git a/infrastructure/tf-core/data.tf b/infrastructure/tf-core/data.tf index 2096b29f..d682959f 100644 --- a/infrastructure/tf-core/data.tf +++ b/infrastructure/tf-core/data.tf @@ -61,7 +61,7 @@ data "azurerm_application_insights" "ai" { data "terraform_remote_state" "audit" { backend = "azurerm" config = { - subscription_id = var.AUDIT_SUBSCRIPTION_ID + subscription_id = var.HUB_SUBSCRIPTION_ID storage_account_name = var.AUDIT_BACKEND_AZURE_STORAGE_ACCOUNT_NAME container_name = var.AUDIT_BACKEND_AZURE_STORAGE_ACCOUNT_CONTAINER_NAME key = var.AUDIT_BACKEND_AZURE_STORAGE_ACCOUNT_KEY