Skip to content

Commit a0efc99

Browse files
committed
fix links
1 parent 9d87ecb commit a0efc99

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/templates/dependencies.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,14 @@ To create a new Terraform lock file, run the
9090
inside a folder containing the Terraform source code for a given template.
9191

9292
This will create a new file named `.terraform.lock.hcl` in the current
93+
<<<<<<< HEAD
9394
directory. When you next run
9495
[`coder templates push`](../reference/cli/templates_push.md), the lock file will
9596
be stored alongside with the other template source code.
97+
=======
98+
directory. When you next run [`coder templates push`](../reference/cli/templates_push.md),
99+
the lock file will be stored alongside with the other template source code.
100+
>>>>>>> 6457689c5 (fix links)
96101
97102
> Note: Terraform best practices also recommend checking in your
98103
> `.terraform.lock.hcl` into Git or other VCS.

0 commit comments

Comments
 (0)