Commit Graph

898 Commits (13faebed356dd0ea7108e9be361caec4670c0f9e)

Author SHA1 Message Date
James Bardin 4c610ac5e6 use the new genconfig types throughout
6 months ago
James Bardin ddc47f15e7 remove the recursive genconfig resource struct
6 months ago
Daniel Schmidt 176263d936 actions: remove future action types
6 months ago
Liam Cervante e43eeaaf2e
actions: update JSON output to include invoked actions (#37527)
6 months ago
Sarah French 5be24bf1d0
Fix experimental gating of PSS feature (#37526)
6 months ago
Liam Cervante d39fcc4f0b
actions: allow skipping refresh when invoking actions (#37523)
6 months ago
Liam Cervante 0fae555389
actions: render invoked actions (#37522)
6 months ago
Liam Cervante 866363ffff
actions: add invoke nodes to the graph (#37521)
6 months ago
Liam Cervante e854d8364d
actions: add invoke flag for plan and apply commands (#37512)
6 months ago
Daniel Schmidt 8b65426ecf move action schemas out of experimental flag
6 months ago
Sarah French f9b4f0a898
Update info for debugging why this test may fail (#37461)
6 months ago
Daniel Banck 2463f864dd
Exclude nested config block from list resource schemas (#37495)
6 months ago
Sarah French b11b54e142
Add code comment to make in-progress migration from Ui to View more obvious (#37492)
6 months ago
Liam Cervante f931bc4e0e
test: don't panic when resolving references that haven't been evaluated (#37484)
6 months ago
Ricard Bejarano 4ac49bad2b
terraform test: fix regression when running with no tests (#37475) (#37477)
6 months ago
Daniel Schmidt 3b12eb0866 actions: serialize trigger event in hooks
6 months ago
Daniel Schmidt 47994b5542 don't omit action lifecycle indexes
6 months ago
Daniel Schmidt 871d3ce64f support sensitive values in action configuration
6 months ago
Daniel Schmidt 14c83aa7ee allow reporting action invocations as deferred
6 months ago
Daniel Schmidt 0313b1471d jsonplan: move action invocation marshalling to separate function
6 months ago
Kristin Laemmert 76a9aa288b
fix: move parsing action reference expressions into terraform (#37458)
6 months ago
Daniel Schmidt 90bdc053f2 add SRO message for planned action invocation
6 months ago
Sarah French 62b3ba590a
Update `backend.Backend` interface to return diagnostics from `Workspaces` and `DeleteWorkspace` methods (#37430)
6 months ago
Samsondeen 1ce7d800c0
fix flaky test TestJSONHook_EphemeralOp_progress (#37451)
6 months ago
Daniel Schmidt 219c31f4eb action: move action trigger into nested struct
6 months ago
Sarah French da76dba3dc
PSS: Add alternative, experimental version of `init` command that downloads providers in two stages (#37350)
6 months ago
Sarah French 1c143de7c9
Update help output to consistently call out -state and -state-out flags as legacy and related to the local backend. (#37446)
6 months ago
Daniel Schmidt 3cf76a7d45 make wording more consistent
6 months ago
Daniel Schmidt ecfbdaf18d add number of action invocations to change summary
6 months ago
Radek Simko 3b55d61ffa
command/views: Document and divide JSON message types (#37426)
6 months ago
Daniel Schmidt 102a561e3d add actions to the planfile config
7 months ago
Daniel Banck dcb0486c44
Update query complete message to a struct (#37395)
7 months ago
Samsondeen 3f7d043566
Append warning in CLI output when query result is empty (#37379)
7 months ago
Daniel Schmidt 8a88bbbff3 use constants
7 months ago
Daniel Schmidt fb0445faf2 allow language experiments for terraform show
7 months ago
Daniel Schmidt ccd89c58b2 fail on marked values in action config
7 months ago
Daniel Schmidt 4fb4c3f056 render action config values
7 months ago
Daniel Schmidt dd86671056 marshal action schemas into json provider representation
7 months ago
Daniel Schmidt eb26b72d55 display lifecycle triggered actions aside their triggering resources
7 months ago
Daniel Schmidt 7d8b79a596 add a simple first rendering of action invocations to be run
7 months ago
Daniel Schmidt 5e288f56e2 add new planfile fields to terraform show -json
7 months ago
Sarah French f494ff5540
Pull `init` command's Run method logic into separate method in new file, enable accessing experimental version of init logic via experiments and flags or ENVs (#37327)
7 months ago
Liam Cervante dec0edfd5a
terraform test: enable deferrals in Terraform Test with the specified flag (#37370)
7 months ago
Mark DeCrane 14d378f9ce Ignore cmd arg parsing errors, we can expect these to happen
7 months ago
Sarah French 7b28a5d842
PSS: Allow backend or state_store config to be passed via BackendOpts into method for initialising the operations backend for a command (#37346)
7 months ago
Liam Cervante 84c2e2f9e5
terraform test: override prevent_destroy meta attribute (#37364)
7 months ago
Samsondeen 36836fd456
Tests for query command outputs (#37343)
7 months ago
Daniel Schmidt c2b35e7ee7 remove duplicate place to store action invocations from plan
7 months ago
Daniel Schmidt 834665e332 use better hook identity
7 months ago
Liam Cervante 160b6b35b0
terraform test: include expected diagnostics in verbose mode (#37362)
7 months ago