You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a requirement to manage our whole cockroach setup through terraform, and currently we're only able to create clusters, databases, roles, etc.. but not tables. Hence we have to rely on DDL scripts to create tables and can't get differences across versions
We have a requirement to manage our whole cockroach setup through terraform, and currently we're only able to create clusters, databases, roles, etc.. but not tables. Hence we have to rely on DDL scripts to create tables and can't get differences across versions
This is an example from bigquery provider
https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/bigquery_table
The text was updated successfully, but these errors were encountered: