DDL to TF?
#685
Replies: 1 comment
-
I created a cli tool to convert DDL to TF using ChatGPT. It's not perfect, but it works pretty well. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Many DB tools generate
DDL
commands like:the corresponding
TF
snippet might be:What are the recommended ways to use(/convert?)
DDL
generated by various DB tools in Snowflake Terraform provider?Beta Was this translation helpful? Give feedback.
All reactions