pulumi / pulumi-terraform-bridge

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

Add AppendPath when parameterizing dynamic terraform provider. #2634

Closed brandonpollack23 closed 3 days ago

brandonpollack23 commented 3 days ago

When a provider is parameterized for go specifically it needs to specify an appended path so the package modules are formed correctly.

This saves the tf provider name and configures the append operation.

Depends on pulumi/pulumi#17795