pulumi / pulumi-terraform-bridge

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

SDKv2 Test type coercion in Create #2539

Open iwahbe opened 1 month ago

iwahbe commented 1 month ago

Each coercion should be fixed: if the coercion works now then it needs to be put under test so we don't break it. If it doesn't work, then we should assert that it doesn't work so we don't later pickup the requirement to maintain the coercion.

Coercions to investigate:

cleverguy25 commented 4 weeks ago

Added to epic https://github.com/pulumi/home/issues/3657