Open ringods opened 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.
Thank you for filing this, Ringo - we'll take a look here at what options we have to preserve this information during docs transformations.
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.