Commit Graph

249 Commits (add-missing-variable-loading)

Author SHA1 Message Date
Mutahhir Hayat ab6119fd90 Revert fix and instead update test expectation
1 month ago
Mutahhir Hayat 581fd6d550 Fix test with incorrect provider address
1 month ago
Mutahhir Hayat e074b103dd Revert unncessary change to get provider address
1 month ago
Mutahhir Hayat 946918220c Read Action invocations from planfile
1 month ago
Mutahhir Hayat 547473364c Expose Action Invocation conversion to Proto publicly
1 month ago
Daniel Schmidt 188eeac4ff remove now obsolete ReadConfig on planfile
1 month ago
Daniel Banck 297ebd989e Move some planfile tests
1 month ago
Kristin Laemmert 70e074b8aa chore (actions): rename LifecycleActionTrigger -> ResourceActionTrigger in plan and proto
2 months ago
Radek Simko 56c39007e2 make protobuf
2 months ago
Radek Simko 0fe906fa8c make copyrightfix
2 months ago
Daniel Schmidt d813ad14f7 add deprecation marks
2 months ago
Sarah French fd7f25120b
PSS: Allow pluggable state store configuration to be read from a plan file (#37957)
4 months ago
Sarah French f591872699
PSS: Allow pluggable state store configuration to be stored in a plan file (#37956)
4 months ago
Sarah French 9fb91c2229
PSS: Refactor Plan struct to reference `Backend` and `StateStore` via pointers, update calling code (#37946)
4 months ago
Sarah French 1dd8e60f15
chore: Bump golang.org/x/crypto dependency, ignore SA4003 linting errors globally (#37901)
5 months ago
Sarah French 2e5b5dee5d
Upgrade protoc and protoc-gen-go-grpc versions to matching terraform-plugin-go (#37647)
6 months ago
Liam Cervante 39d1293cf6
actions: consider event type when comparing action triggers (#37733)
6 months ago
Daniel Schmidt e0748b30c4 add interface checks
6 months ago
Daniel Schmidt 7721cd5c50 refactor: make action diff transformer only responsible for attaching action invocations
6 months ago
Liam Cervante 898665193c
actions: disable support for deferrals (#37700)
6 months ago
Kristin Laemmert df113486a1
actions: remove references to action types, linked resources (#37616)
7 months ago
Liam Cervante 49cc60531d
actions: fix cycle when multiple actions are triggered across multiple events (#37591)
7 months ago
James Bardin 1cb7d1859f
Merge pull request #37515 from hashicorp/jbardin/generate-config
7 months ago
Daniel Schmidt ad4371342f track partial expanded action invocations through deferred action invocation
7 months ago
Daniel Schmidt b2c4766d5e implement review feedback
7 months ago
Daniel Schmidt dffeeec81e partially expand triggers as well
7 months ago
Daniel Schmidt b6a9990354 deferring a dependency resource should defer action invocation
7 months ago
Daniel Schmidt 29b2ab15e2 support partial expansion in actions
7 months ago
James Bardin 4c610ac5e6 use the new genconfig types throughout
8 months ago
James Bardin ddc47f15e7 remove the recursive genconfig resource struct
8 months ago
Liam Cervante 866363ffff
actions: add invoke nodes to the graph (#37521)
8 months ago
Daniel Schmidt 871d3ce64f support sensitive values in action configuration
8 months ago
Daniel Schmidt c36de59d41 handle providers deferring action invocations
8 months ago
Daniel Schmidt 14c83aa7ee allow reporting action invocations as deferred
8 months ago
Daniel Schmidt 854232f443 add equals method to action invocation
8 months ago
Daniel Schmidt 5187efdd1d refactor: move method into changes_src
8 months ago
Daniel Schmidt 219c31f4eb action: move action trigger into nested struct
8 months ago
James Bardin 7ed24d208a make protobuf
8 months ago
Daniel Schmidt cf98e0bc66 dont decode action invocations a second time
8 months ago
Daniel Schmidt 27e58b32ca properly handle actions without config
8 months ago
Daniel Schmidt 1bd8eb8629 save config value to planfile
8 months ago
Daniel Schmidt fb0445faf2 allow language experiments for terraform show
8 months ago
Daniel Schmidt 4fb4c3f056 render action config values
8 months ago
Daniel Schmidt eb26b72d55 display lifecycle triggered actions aside their triggering resources
8 months ago
Daniel Schmidt c2b35e7ee7 remove duplicate place to store action invocations from plan
9 months ago
Daniel Schmidt 2654e4d7cd add information for graph building into plan action invocations
9 months ago
Kristin Laemmert 0374f04424
Add ValidateActionConfig to provider interface, protocol & internal implementations (#37345)
9 months ago
Daniel Schmidt e0ab23a040 ensure we encode action invocations from change to changesrc
9 months ago
Kristin Laemmert 9256074c43
Actions in plan/changes (#37320)
9 months ago
Liam Cervante 2a1b4c3ed4
Update go-cty and HCL for 1.13 release (#37298)
9 months ago