opentofu/internal/backend
Nick Fagerlund f9d937a4dd Apply a confirmable run when given a saved cloud plan (#33270)
It displays a run header with link to web UI, like starting a new plan does, then confirms the run
and streams the apply logs. If you can't apply the run (it's from a different workspace, is in an
unconfirmable state, etc. etc.), it displays an error instead.

Notable points along the way:

* Implement `WrappedPlanFile` sum type, and update planfile consumers to use it instead of a plain `planfile.Reader`.

* Enable applying a saved cloud plan

* Update TFC mocks — add org name to workspace, and minimal support for includes on MockRuns.ReadWithOptions.
2023-07-24 14:12:40 -04:00
..
init [COMPLIANCE] Add Copyright and License Headers 2023-05-02 15:33:06 +00:00
local Apply a confirmable run when given a saved cloud plan (#33270) 2023-07-24 14:12:40 -04:00
remote Apply a confirmable run when given a saved cloud plan (#33270) 2023-07-24 14:12:40 -04:00
remote-state Merge pull request #33108 from unRob/patch-1 2023-06-30 09:50:11 -04:00
backend_test.go [COMPLIANCE] Add Copyright and License Headers 2023-05-02 15:33:06 +00:00
backend.go Apply a confirmable run when given a saved cloud plan (#33270) 2023-07-24 14:12:40 -04:00
cli.go [COMPLIANCE] Add Copyright and License Headers 2023-05-02 15:33:06 +00:00
operation_type.go [COMPLIANCE] Add Copyright and License Headers 2023-05-02 15:33:06 +00:00
operationtype_string.go Move backend/ to internal/backend/ 2021-05-17 14:09:07 -07:00
testing.go [COMPLIANCE] Add Copyright and License Headers 2023-05-02 15:33:06 +00:00
unparsed_value_test.go [COMPLIANCE] Add Copyright and License Headers 2023-05-02 15:33:06 +00:00
unparsed_value.go [COMPLIANCE] Add Copyright and License Headers 2023-05-02 15:33:06 +00:00