Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlockstar committed Nov 12, 2024
1 parent 30d83b7 commit cb24bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/tf-core/data.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cb24bb6

Please sign in to comment.