Hey team, I have been working on <https://www.pul...
# general
s
Hey team, I have been working on https://www.pulumi.com/registry/packages/clickhouse/ And as I have been using it, I noticed a property
id
is missing from the initial provider from the mapping with the bridge, https://registry.terraform.io/providers/ClickHouse/clickhouse/latest/docs/resources/private_endpoint_registration https://www.pulumi.com/registry/packages/clickhouse/api-docs/privateendpoint/registration/ One of the engineers in my team found this line that might be the cause - any way to get around that check? https://github.com/pulumi/pulumi-terraform-bridge/blob/master/pkg/tfgen/generate_schema.go#L703