pulumi / pulumi-terraform-bridge

A library allowing Terraform providers to be bridged into Pulumi.
Apache License 2.0
194 stars 43 forks source link

[Plugin Framework] Support v1.2.0 #918

Open t0yv0 opened 1 year ago

t0yv0 commented 1 year ago

Hello!

Issue details

https://github.com/hashicorp/terraform-plugin-framework/releases/tag/v1.2.0

Notably since TFPF v1.2.0 now introduces statically discoverable default values, instead of having every provider implement their own opaque modifier for the purpose, it presents an opportunity for the bridge to recover this default information during schema generation time and record it in Pulumi Package Schema.

Affected area/feature

t0yv0 commented 11 months ago

@mikhailshilkov I think it's time to put this in the iteration; the latest version is 1.3.x and we have customers upgrading ahead of the bridge. Would be good to read all the upstream release notes and see if we spot any feature gaps so we proactively discover those.

t0yv0 commented 11 months ago

CC @iwahbe