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 0725931 commit 209671dCopy full SHA for 209671d
docs/tutorials/best-practices/speed-up-templates.md
@@ -119,7 +119,7 @@ for more information.
119
By default, Coder downloads each Terraform provider when a workspace starts.
120
This can create unnecessary network and disk I/O.
121
122
-`terraform init` generates a `.teraform.lock.hcl` which instructs Coder
+`terraform init` generates a `.terraform.lock.hcl` which instructs Coder
123
provisioners to cache specific versions of your providers.
124
125
To use `terraform init` to cache providers:
0 commit comments