hashicorp / terraform-plugin-framework

A next-generation framework for building Terraform providers.
https://developer.hashicorp.com/terraform/plugin/framework
Mozilla Public License 2.0
306 stars 93 forks source link

ephemeral: Initial ephemeral resource type implementation #1050

Closed austinvalle closed 3 weeks ago

austinvalle commented 4 weeks ago

The next versions of the plugin protocol (5.7/6.7) include support for a new "ephemeral resource" type

This is an initial implementation of that support with:

This functionality will be released as technical preview without compatibility promises until Terraform 1.10 is generally available. Go and website documentation include additional callouts about the compatibility of this functionality.