File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -90,9 +90,14 @@ To create a new Terraform lock file, run the
90
90
inside a folder containing the Terraform source code for a given template.
91
91
92
92
This will create a new file named ` .terraform.lock.hcl ` in the current
93
+ <<<<<<< HEAD
93
94
directory. When you next run
94
95
[ ` coder templates push ` ] ( ../reference/cli/templates_push.md ) , the lock file will
95
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)
96
101
97
102
> Note: Terraform best practices also recommend checking in your
98
103
> ` .terraform.lock.hcl ` into Git or other VCS.
You can’t perform that action at this time.
0 commit comments