Skip to content

Commit 9da2efe

Browse files
authored
Merge pull request #26 from recognizegroup/feature/18519-output-sa-url
Added primary_url output to the StorageAccount data module AB#18519
2 parents 6431189 + 345db4b commit 9da2efe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

storage_account/outputs.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ output "primary_access_key" {
1010
value = data.azurerm_storage_account.storage_account.primary_access_key
1111
sensitive = true
1212
}
13+
14+
output "primary_url" {
15+
value = data.azurerm_storage_account.storage_account.primary_blob_endpoint
16+
}

0 commit comments

Comments
 (0)