fix 101-cosmos-db-azure-container-instance example (#159)

This commit is contained in:
Dingjia Chen
2023-02-16 19:46:14 -06:00
committed by GitHub
parent 2705688717
commit c5185847d9
5 changed files with 45 additions and 43 deletions

View File

@ -7,5 +7,5 @@ output "cosmosdb_account_name" {
}
output "dns" {
value = azurerm_container_group.vote_aci.fqdn
value = azurerm_container_group.main.fqdn
}