Skip to content

Commit 9dc7310

Browse files
committed
output container URL
1 parent 0221765 commit 9dc7310

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ci/terraform/main.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,7 @@ resource "azurerm_storage_account" "storeacc" {
1818
index_document = "index.html"
1919
}
2020
}
21+
22+
output "container" {
23+
value = azurerm_storage_account.storeacc.primary_web_host
24+
}

0 commit comments

Comments
 (0)