Open
Description
Describe the solution you'd like
The terraform lock file is causing issues with terraform validate being run in an automated job. Terraform init is updating the hashes in the lockfile and thus failing the job because it detects changes were made to files.
For now this can be fixed by not checking in the lock file but this is outside of what hashicorp is recommending.