cockroachdb / terraform-provider-cockroach

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

Allowlist resource matches wrong entry on Read #76

Closed erademacher closed 1 year ago

erademacher commented 1 year ago

Fixed a logic error where we were checking if the IP address OR the CIDR mask matched instead of the address _AND_mask. Added a regression test.

erademacher commented 1 year ago

TFTR!