Skip to content

Commit

Permalink
e2e: add terraform lockfile
Browse files Browse the repository at this point in the history
Terraform v0.14 is producing a lockfile after running `terraform init`.
The docs suggest we should include this file in the git repository:

> You should include this file in your version control repository so
> that you can discuss potential changes to your external dependencies
> via code review, just as you would discuss potential changes to your
> configuration itself.

Sounds similar to go.sum

https://www.terraform.io/docs/configuration/dependency-lock.html#lock-file-location
  • Loading branch information
shoenig authored and backspace committed Jan 22, 2021
1 parent e88097b commit f5d5e27
Showing 1 changed file with 104 additions and 0 deletions.
104 changes: 104 additions & 0 deletions e2e/terraform/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f5d5e27

Please sign in to comment.