We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6431189 + 345db4b commit 9da2efeCopy full SHA for 9da2efe
storage_account/outputs.tf
@@ -10,3 +10,7 @@ output "primary_access_key" {
10
value = data.azurerm_storage_account.storage_account.primary_access_key
11
sensitive = true
12
}
13
+
14
+output "primary_url" {
15
+ value = data.azurerm_storage_account.storage_account.primary_blob_endpoint
16
+}
0 commit comments