You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Terraform 0.14's new dependency lock file,
focused on providers, simplifies managing
Terraform automation. Starting in Terraform 0.13,
the possibility of installing providers from
customer-controlled or third-party remote
registries increases the need to be able to
replicate Terraform runs in automation.
These remote and automated Terraform workflows
need to be able to duplicate previous runs exactly.
This commit add .terraform.lock.hcl exclusion
in gitignore.
0 commit comments