Merge pull request #27816 from jessicastenning/fix-docs-grammatical-mistake
Fix sentence in v0.14 upgrade guide
This commit is contained in:
commit
84696eae33
|
@ -88,7 +88,7 @@ which Terraform will generate automatically after running `terraform init`
|
||||||
in the same directory as your configuration's root module. This file includes
|
in the same directory as your configuration's root module. This file includes
|
||||||
the specific version numbers selected for each provider, and also includes
|
the specific version numbers selected for each provider, and also includes
|
||||||
the package checksums for the selected version to help ensure that the
|
the package checksums for the selected version to help ensure that the
|
||||||
provider packages you were depended on are not changed in-place upstream,
|
provider packages you depend on are not changed in-place upstream,
|
||||||
whether accidentally or maliciously.
|
whether accidentally or maliciously.
|
||||||
|
|
||||||
This new behavior is designed so that for most users it will not require
|
This new behavior is designed so that for most users it will not require
|
||||||
|
|
Loading…
Reference in New Issue