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 a0da296 commit 186d316Copy full SHA for 186d316
scaletest/terraform/action/k8s_coder_proxies.tf
@@ -1,6 +1,6 @@
1
data "http" "coder_healthy" {
2
url = local.deployments.primary.url
3
- // Wait up to 5 minutes for DNS to propogate
+ // Wait up to 5 minutes for DNS to propagate
4
retry {
5
attempts = 30
6
min_delay_ms = 10000
0 commit comments