Skip to content

Commit 28cf454

Browse files
committed
chore: add note about lb delay
1 parent 999cc16 commit 28cf454

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

infra/outputs.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
*/
1616

1717
output "frontend_url" {
18-
value = "http://${google_compute_global_address.default.address}/"
18+
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.)"
1920
}
2021

2122
output "neos_toc_url" {

0 commit comments

Comments
 (0)