terraform/command/arguments
Martin Atkins 1d3e34e35e command: New -replace=... planning option
This allows a similar effect to pre-tainting an object but does the action
within the context of a normal plan and apply, avoiding the need for an
intermediate state where the old object still exists but is marked as
tainted.

The core functionality for this was already present, so this commit is
just the UI-level changes to make that option available for use and to
explain how it contributed to the resulting plan in Terraform's output.
2021-05-03 15:43:23 -07:00
..
apply.go cli: Add JSON logs for operations commands 2021-04-30 11:37:36 -04:00
apply_test.go command: New -replace=... planning option 2021-05-03 15:43:23 -07:00
default.go cli: Add initial command views abstraction 2021-02-11 15:06:39 -05:00
extended.go command: New -replace=... planning option 2021-05-03 15:43:23 -07:00
flags.go cli: Migrate apply to command views 2021-02-22 11:47:40 -05:00
output.go cli: Add initial command views abstraction 2021-02-11 15:06:39 -05:00
output_test.go cli: Add initial command views abstraction 2021-02-11 15:06:39 -05:00
plan.go cli: Add JSON logs for operations commands 2021-04-30 11:37:36 -04:00
plan_test.go cli: Add JSON logs for operations commands 2021-04-30 11:37:36 -04:00
refresh.go cli: Add JSON logs for operations commands 2021-04-30 11:37:36 -04:00
refresh_test.go cli: Add JSON logs for operations commands 2021-04-30 11:37:36 -04:00
test.go command: Experimental "terraform test" command 2021-02-22 14:21:45 -08:00
test_test.go command: Experimental "terraform test" command 2021-02-22 14:21:45 -08:00
types.go cli: Add JSON logs for operations commands 2021-04-30 11:37:36 -04:00
validate.go cli: Migrate validate command to views 2021-03-18 15:56:28 -04:00
validate_test.go cli: Migrate validate command to views 2021-03-18 15:56:28 -04:00
view.go cli: Add global view arguments parser 2021-02-12 09:56:02 -05:00
view_test.go cli: Add global view arguments parser 2021-02-12 09:56:02 -05:00