Include something about how state is checked

pull/30975/head
Dan Slimmon 4 years ago
parent 488853be9c
commit 1f6d986595

@ -366,9 +366,11 @@ this command.
### Providers that are no longer required
If you remove the last dependency on a particular provider from your
configuration, then `terraform init` will remove any existing lock file entry
for that provider.
To determine whether there still exists a dependency on a given provider,
Terraform uses two sources of truth: the configuration itself, and the state.
If you remove the last dependency on a particular provider from both your
configuration and state, then `terraform init` will remove any existing lock
file entry for that provider.
```diff
--- .terraform.lock.hcl 2020-10-07 16:12:07.539570634 -0700

Loading…
Cancel
Save