11 lines
226 B
HCL
11 lines
226 B
HCL
output "resource_group_name" {
|
|
value = azurerm_resource_group.rg.name
|
|
}
|
|
|
|
output "cosmosdb_account_name" {
|
|
value = azurerm_cosmosdb_account.vote_cosmos_db.name
|
|
}
|
|
|
|
output "dns" {
|
|
value = azurerm_container_group.main.fqdn
|
|
} |