Skip to content

docs: move api and cli docs routes to reference/ #14241

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Aug 13, 2024
Prev Previous commit
Next Next commit
fix links
  • Loading branch information
matifali committed Aug 13, 2024
commit a0efc99aa1ae523269e3653e36bc30f8b1e115db
5 changes: 5 additions & 0 deletions docs/templates/dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,14 @@ To create a new Terraform lock file, run the
inside a folder containing the Terraform source code for a given template.

This will create a new file named `.terraform.lock.hcl` in the current
<<<<<<< HEAD
directory. When you next run
[`coder templates push`](../reference/cli/templates_push.md), the lock file will
be stored alongside with the other template source code.
=======
directory. When you next run [`coder templates push`](../reference/cli/templates_push.md),
the lock file will be stored alongside with the other template source code.
>>>>>>> 6457689c5 (fix links)

> Note: Terraform best practices also recommend checking in your
> `.terraform.lock.hcl` into Git or other VCS.
Expand Down
Loading