-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
all: Initial ephemeral resource type implementations (#257)
* Update `terraform-plugin-go` dependency to `SBGoods/ephemeral-resources` branch * Implement ephemeral resources in `tf5muxserver`, `tf6muxserver`, `tf6to5server`, and `tf5to6server`. * Remove `State` field from `RenewEphemeralResource` RPC response and rename `PriorState` request fields to `State`. * update mux to use latest plugin go with optional interfaces * remove `config` from renew request * remove state from close/renew + add deferrals * Update `terraform-plugin-go` dependency * Run `go mod tidy` * Add changelog entry * Upgrade `terraform-plugin-go` dependency to `v0.25.0` --------- Co-authored-by: Austin Valle <[email protected]>
- Loading branch information
1 parent
107b2f9
commit 36bf5f5
Showing
41 changed files
with
3,524 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
kind: FEATURES | ||
body: 'all: Upgrade protocol versions to support ephemeral resource types' | ||
time: 2024-10-28T16:49:44.46102-04:00 | ||
custom: | ||
Issue: "257" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.