created snowsql_query data resource with acceptance tests and docs.
Changes
refactored snowflake execute and query logic into snowsql/snowflake.go so that exec could be reused across snowsql_exec.create|update|delete and query could be reused across snowsql_exec.read and snowsql_query
enhanced documentation for the snowsql_exec resource for the read during the update lifecycle.
updated import to use StateContext: schema.ImportStatePassthroughContext
Features
snowsql_query
data resource with acceptance tests and docs.Changes
snowsql/snowflake.go
so that exec could be reused acrosssnowsql_exec.create|update|delete
and query could be reused acrosssnowsql_exec.read
andsnowsql_query
snowsql_exec
resource for the read during the update lifecycle.StateContext: schema.ImportStatePassthroughContext