Hi! I'm attempting to bridge the TF provider for d...
# package-authoring
b
Hi! I'm attempting to bridge the TF provider for dbt Cloud @ https://github.com/a-schot/pulumi-dbtcloud. In the upstream TF provider they have legacy resources which have the
dbt_cloud_
prefix, while the current ones have a
dbtcloud_
prefix. I have ignored the legacy TF resources using
IgnoreMappings
to allow tfgen to run. Now I am trying to run a typescript test as outlined in the README, and I still get an error when running
pulumi up
, also related to the legacy prefix. Any wisdom on how to solve this?
Copy code
Diagnostics:
  pulumi:providers:dbtcloud (default_0_0_1_alpha_1703345033_17e7028a_dirty_https_/github.com/a-schot/pulumi-dbtcloud/releases/download/v__VERSION_):
    error: could not read plugin [/root/go/bin/pulumi-resource-dbtcloud] stdout: EOF

  pulumi:pulumi:Stack (ts-dev):
    warning: using pulumi-resource-dbtcloud from $PATH at /root/go/bin/pulumi-resource-dbtcloud

    panic: fatal: An assertion has failed: Expected all Terraform resources in this module to have a 'dbtcloud_' prefix