[Bug]: "snowflake_tag_association" failing if table was recreated without a tag outside of Terraform #2943
Labels
bug
Used to mark issues with provider's incorrect behavior
resource:tag_association
Issue connected to the snowflake_tag_association resource
Terraform CLI Version
1.9.2
Terraform Provider Version
0.93.0
Terraform Configuration
Category
category:resource
Object type(s)
resource:tag_association
Expected Behavior
Provider identifies that tag was removed from column, plans to add it.
Actual Behavior
Error: sql: Scan error on column index 0, name "TAG": converting NULL to string is unsupported
Steps to Reproduce
snowflake_tag_association
resource to tag a columnterraform apply
terraform plan
orterraform apply
How much impact is this issue causing?
High
Logs
No response
Additional Information
Issue could potentially be around this line ->
terraform-provider-snowflake/pkg/sdk/system_functions.go
Line 28 in da98bc3
Would you like to implement a fix?
The text was updated successfully, but these errors were encountered: