Commit Graph

5 Commits

Author SHA1 Message Date
James Bardin
1b48636b42 update init docs for -migrate-state 2021-05-17 12:41:54 -04:00
Sam Velie
5d04c4ea27 docs: correct spelling of normally (#28508) 2021-04-30 12:24:02 -04:00
Masayuki Morita
31a5aa1878 command/init: Add a new flag -lockfile=readonly (#27630)
Fixes #27506

Add a new flag `-lockfile=readonly` to `terraform init`.
It would be useful to allow us to suppress dependency lockfile changes
explicitly.

The type of the `-lockfile` flag is string rather than bool, leaving
room for future extensions to other behavior variants.

The readonly mode suppresses lockfile changes, but should verify
checksums against the information already recorded. It should conflict
with the `-upgrade` flag.

Note: In the original use-case described in #27506, I would like to
suppress adding zh hashes, but a test code here suppresses adding h1
hashes because it's easy for testing.

Co-authored-by: Alisdair McDiarmid <alisdair@users.noreply.github.com>
2021-03-09 11:12:00 -05:00
Nick Fagerlund
d1e8537b33 website: CLI: Update links to moved docs pages 2021-01-22 12:22:21 -08:00
Nick Fagerlund
a8332703c9 website: CLI: Move docs files to match new URLs 2021-01-22 12:22:21 -08:00