Skip to content

Commit

Permalink
TF-11115, TF-11117, TF-11116] tfectl support bundle on k8s cluster wi…
Browse files Browse the repository at this point in the history
…th AA operational mode
  • Loading branch information
kkavish committed Dec 10, 2024
1 parent 12fcfaf commit efc4703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ output "storage_account_container_name" {
}

output "storage_account_primary_blob_connection_string" {
value = module.object_storage.storage_account_primary_blob_connection_string
value = local.object_storage.storage_account_primary_blob_connection_string
description = "The connection string associated with the primary location for the storage account used by TFE"
}

Expand Down

0 comments on commit efc4703

Please sign in to comment.