-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
compatibility with terraform-provider-postgresql #39109
Comments
@timveil did you do anything here when you were using terraform? |
@bdarnell thoughts on forking https://github.com/terraform-providers/terraform-provider-postgresql to fix the issue. This is blocking the customer from using the standard production deployment testing. The customer and Hasipcorp are in favor of forking. |
Yeah, forking seems like the right thing to do. If it were just the |
Plus forking allows us to build upon this in the future. +1 |
@vy-ton can you take a look here? |
@johnrk Can Deployment & Operations create a CockroachDB fork of the Terraform Postgres Provider? AppDev could then investigate any further Postgres compatibility issues. |
👋 I was wondering if there's plans to support this terraform provider, or to have a dedicated cockroachdb terraform provider? Creating databases, schema, roles, etc, using Terraform would be super helpful. |
Hi @aybabtme, some users have had success using the Postgres Terraform provider with CockroachDB. Have you happened to try that yet? |
Hi, trying this postgreqsql provider I'm getting I've set Has anyone had luck with the |
I've only tested getting |
Describe the problem
hashicorp/terraform-provider-postgresql#91 has details.
To Reproduce
Postgres provider runs
select version();
On Postgres,
On CockroachDB,
Expected behavior
Jira issue: CRDB-5593
The text was updated successfully, but these errors were encountered: