Open
Description
Is your feature request related to a problem? Please describe.
Many DB tools generate DDL
(with various extensions) and looking for conversion into Snowflake Terraform format
Describe the solution you'd like
Example syntax:
column {
name = "data"
type = "text"
nullable = false
}
or maybe support for snowflake_table
although snowflake_table
would likely refer to other components/variables in the TF files
Additional context