Hey, I'm trying to wrap the `ClickHouse/clickhouse...
# package-authoring
c
Hey, I'm trying to wrap the
ClickHouse/clickhousedbops
terraform provider using
pulumi/pulumi-tf-provider-boilerplate
here: https://github.com/lihram/pulumi-clickhousedbops I've run the
setup.sh
script, but am struggling to get
make tfgen
working, output attached in snippet. I haven't been able to find any documentation on managing binding generation for outputs, any suggestions on how to continue?
a
Hey, sorry you hit this. That's a bug in the framework we use for adapting TF providers. Can you kindly report it here: https://github.com/pulumi/pulumi-terraform-bridge/issues
In the meantime you might be able to work around the issue by skipping the problematic resource
c
Sure, will do! Thanks 🙏