We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent9d87ecb commita0efc99Copy full SHA for a0efc99
docs/templates/dependencies.md
@@ -90,9 +90,14 @@ To create a new Terraform lock file, run the
90
inside a folder containing the Terraform source code for a given template.
91
92
This will create a new file named`.terraform.lock.hcl` in the current
93
+<<<<<<< HEAD
94
directory. When you next run
95
[`coder templates push`](../reference/cli/templates_push.md), the lock file will
96
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)
101
102
>Note: Terraform best practices also recommend checking in your
103
>`.terraform.lock.hcl` into Git or other VCS.