Commit Graph

77 Commits (ceb8bcbbe047fd8aa0f082a7c08c5ce34dfd8989)

Author SHA1 Message Date
Kristin Laemmert 9256074c43
Actions in plan/changes (#37320)
9 months ago
Daniel Schmidt ac132d1b15 add provider implementation for actions
10 months ago
Sarah French 39f7920387
PSS: Add packages for presenting a provider as an instance of backend.Backend (#37291)
10 months ago
Sarah French 0f8e77a50f
PSS: Add GetStates and DeleteState RPCs to plugin protocol v6 (#37288)
10 months ago
Samsondeen 79187d579d
Validate list block meta-arguments (#37281)
10 months ago
Samsondeen 3d3439e00e
Testing list blocks with the gRPC Provider (#37236)
10 months ago
Samsondeen f57642d1a6
tf test: parallelize teardown operations (#37220)
10 months ago
Samsondeen 685ff9f192
Schema representation of list block config and results (#37209)
11 months ago
Daniel Banck cb58a15f3d
Implement ListResource RPC (TF-25509) (#37092)
11 months ago
Radek Simko 643266dc90
Add initial state store protocol skeleton (#37197)
11 months ago
Samsondeen a5434b421f
Build and Validate list resource nodes (#37011)
11 months ago
Daniel Banck 44ae7da18e
Update Plugin Protocol for List and Implement `ValidateListResourceConfig` (#37007)
11 months ago
James Bardin 29fa9c401f add separate CheckPriorProvider entry point
12 months ago
James Bardin d016070564 move function results hashing to lang
12 months ago
Liam Cervante 7fadbe34de
write-only attributes: internal providers should set write-only attributes to null (#36824)
1 year ago
Radek Simko 6f8b5e49c9
providers/testing: Remove unused *TypeName fields (#36813)
1 year ago
Daniel Schmidt fec6e4b552 send resource identities to provider calls
1 year ago
Daniel Banck b2b42c0fb4
Store resource identities in state (TF-23255) (#36464)
1 year ago
Daniel Banck 10c9b64007
Rename schema.Block to Body (#36629)
1 year ago
Liam Cervante 408f323efa
test: also allow mock_data and mock_resource blocks to generate data during planning (#36317)
1 year ago
Sarah French e5d4a51ee4
Validate write-only attributes returned from providers during the UpgradeResourceState RPC (#36305)
1 year ago
Samsondeen aec7c3cc89
terraform test: allow computed/mocked values override during planning (#36227)
1 year ago
Daniel Schmidt e29708c4d9
ephemeral: add WriteOnlyAttributesAllowed client capability to validate resource
1 year ago
Daniel Schmidt 3a962e8e7e
ephemeral: add WriteOnlyAttributesAllowed client capability
1 year ago
Daniel Schmidt 17581e4c48
ephemeral: validate provider responses for write-only attributes
1 year ago
Daniel Schmidt 970ff7f6ec
ephemeral: providers are responsible for setting write-only attributes to null
1 year ago
James Bardin cca1fd95e5 can't check Close call in mocked ephemeral provider
1 year ago
James Bardin 0c5fae9e3c ephemeral e2e test provider
2 years ago
James Bardin 94687676a3 add basic grpc wrapper implemenation
2 years ago
James Bardin eb184a5213 refactor ephemeral interface to better match protocol
2 years ago
James Bardin 9c3dc8f73a ephemeral protocol rename
2 years ago
James Bardin c70a885afb missing ValidateEphemeralResourceConfig from interface
2 years ago
James Bardin 5cfe1123b6 remove the 1 minute advance in renew timer
2 years ago
James Bardin 0e80c0b791 resources/ephemeral implementation
2 years ago
James Bardin 316f48ec10 ephemeral in mock provider
2 years ago
James Bardin 3b77e57ce4 add internal provider interfaces for ephemeral
2 years ago
Daniel Schmidt ce721b8e9c
stacks: add deferred to grpc calls
2 years ago
Liam Cervante 055dd27e53
deferred actions: implement latest provider protocol changes (#35063)
2 years ago
Daniel Schmidt a26fd2e81f
stacks: add deferrals to PlanResourceChange
2 years ago
Mark DeCrane e6f4ffa8a3
stacks: adding deferred action to datasource reads
2 years ago
Daniel Schmidt 5b8f77d2a4
stacks: add deferred actions to plugin protocol
2 years ago
James Bardin bd45e5b740 mock provider transform can error
2 years ago
James Bardin 300f66b71d
Merge pull request #34603 from hashicorp/jbardin/remove-provider-funtion-warnings
2 years ago
Liam Cervante f0b61090a2
Move the testing MockProvider into a dedicated shared package (#34681)
2 years ago
James Bardin a8701f6ddd provider functions return an error
2 years ago
Brian Flad c7a44bfc9a
Support Private State with MoveResourceState (#34575)
2 years ago
Brian Flad 1298fcd412
Add missing function deprecation_message to JSON output and website documentation (#34520)
2 years ago
James Bardin bc945f22eb
Merge pull request #34515 from hashicorp/jbardin/provider-function-validation
2 years ago
James Bardin a5337b3b20 remove global results table state
2 years ago
Liam Cervante 7d143388f3
Add support for the cross resource type move operation in the proto schema (#34480)
2 years ago