cockroachdb / terraform-provider-cockroach

Terraform provider for CockroachDB Cloud
Apache License 2.0
55 stars 10 forks source link

internal/provider: fix acceptance tests for IP allowlist #134

Closed jaylim-crl closed 11 months ago

jaylim-crl commented 11 months ago

Previously, the tests accidentally swapped both the sql and ui fields. The dedicated tests were not affected since both values were true. For the serverless ones, the values were different, and the test was failing. This commit fixes that.

jaylim-crl commented 11 months ago

TFTR!