diff --git a/outputs.tf b/outputs.tf index 5f06de5..07981b7 100644 --- a/outputs.tf +++ b/outputs.tf @@ -51,6 +51,11 @@ output "storage_account_container_name" { description = "The name of the container used by TFE" } +output "storage_account_primary_blob_connection_string" { + value = module.object_storage.storage_account_primary_blob_connection_string + description = "The connection string associated with the primary location for the storage account used by TFE" +} + # Database # -------- output "database" {