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.
1 parent 999cc16 commit 28cf454Copy full SHA for 28cf454
infra/outputs.tf
@@ -15,7 +15,8 @@
15
*/
16
17
output "frontend_url" {
18
- value = "http://${google_compute_global_address.default.address}/"
+ description = "IP address to site. Load balancer expected to take ~5 minutes for it to warm up."
19
+ value = "http://${google_compute_global_address.default.address}/ (Wait ~5 minutes for it to warm up.)"
20
}
21
22
output "neos_toc_url" {
0 commit comments