pulumi / pulumi-terraform-bridge

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

Handle `types.Dynamic` when making property types #2127

Closed guineveresaenger closed 1 month ago

guineveresaenger commented 3 months ago

Hello!

Issue details

We currently do not have the ability to handle types.Dynamic when translating to the Pulumi type system. We should implement this functionality.

See also: https://github.com/pulumi/pulumi-terraform-bridge/issues/1988

t0yv0 commented 3 months ago

Do we have any more examples of providers that use types.Dynamic, that would be helpful. I searched pulumi-aws upstream to no avail.

dirien commented 2 months ago

@t0yv0 https://github.com/pulumi/pulumi-terraform-bridge/issues/1988

t0yv0 commented 2 months ago

That's already been linked thanks @dirien do we have any more?

iwahbe commented 2 months ago

Dynamic types show up in hashicorp/kubernetes (causing this issue: https://github.com/pulumi/pulumi-terraform-provider/issues/7).

t0yv0 commented 1 month ago

Indeed it appears K8S models manifest. https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs/resources/manifest

Working out the support for this now.

cleverguy25 commented 1 month ago

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

pulumi-bot commented 1 month ago

This issue has been addressed in PR #2362 and shipped in release v3.90.0.