Files
opentf/command
James Bardin 2bfcdbbd08 change init args to remove source copy
When init was modified in 0.9 to initialize a terraform working
directory, the legacy behavior was kept to copy or fetch module sources.
This left the init command without the ability that the plan and apply
commands have to target a specific directory for the operation.

This commit removes the legacy behavior altogether, and allows init to
target a directory for initialization, bringing it into parity with plan
and apply. If one want to copy a module to the target or current
directory, that will have to be done manually before calling init. We
can later reintroduce fetching modules with init without breaking this
new behavior, by adding the source as an optional second argument.

The unit tests testing the copying of sources with init have been
removed, as well as some out of date (and commented out) init tests
regarding remote states.
2017-06-09 17:50:14 -04:00
..
2015-04-29 13:07:13 -05:00
2017-01-26 14:33:49 -08:00
2017-01-26 14:33:49 -08:00
2017-02-24 18:32:59 -05:00
2017-02-24 18:32:59 -05:00
2017-06-09 17:50:14 -04:00
2017-06-09 14:03:59 -07:00
2017-03-01 10:20:32 -05:00
2017-03-01 10:20:32 -05:00
2017-04-27 02:10:04 +12:00
2017-03-01 10:20:32 -05:00
2017-03-01 10:20:32 -05:00
2017-04-01 17:09:21 -04:00
2017-04-01 17:09:21 -04:00
2014-05-24 12:04:43 -07:00