Skip to content

Commit

Permalink
[IOPLT-662] Switch to new ELT Storage Account (#1175)
Browse files Browse the repository at this point in the history
  • Loading branch information
Krusty93 authored Sep 19, 2024
1 parent 8f98e87 commit 3d55b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/domains/elt/_modules/storage_accounts/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ output "storage_account_elt_primary_access_key" {
}

output "storage_account_elt_itn_primary_connection_string" {
value = module.storage_account_itn_elt.primary_connection_string
value = module.storage_account_itn_elt_02.primary_connection_string
sensitive = true
}

Expand Down

0 comments on commit 3d55b4f

Please sign in to comment.