pulumi / pulumi-terraform-bridge

A library allowing providers built with the Terraform Plugin SDK to be bridged into Pulumi.
Apache License 2.0
184 stars 42 forks source link

Cross-test type overrides #2046

Open iwahbe opened 4 weeks ago

iwahbe commented 4 weeks ago

We support type overrides on the Pulumi type for a property. At minimum, we support:

Pulumi Type TF Type
string number
bool string
number string
Object (with transformation) string

We should include these on cross tests.

This issue is a follow up on https://github.com/pulumi/home/issues/3421.