pulumi / pulumi-snowflake

Apache License 2.0
17 stars 5 forks source link

Additional notes not converted to Pulumi docs #717

Open ringods opened 1 month ago

ringods commented 1 month ago

As a workaround/fix for #328, the schema object needs to be fully qualified and each part in the string value needs to be quoted. This is documented in the import section of the corresponding TF resources:

But the Pulumi docs doesn't show this note:

The quoting is also explicitely mentioned as the solution in the upstream issue: https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/1999#issuecomment-1802459148

Please make sure this note is properly converted into the Pulumi docs.

guineveresaenger commented 1 month ago

Thank you for filing this, Ringo - we'll take a look here at what options we have to preserve this information during docs transformations.