cockroachdb / terraform-provider-cockroach

Terraform provider for CockroachDB Cloud
Apache License 2.0
57 stars 12 forks source link

private_endpoint_services: fix backwards compat bug #214

Closed carloruiz closed 3 months ago

carloruiz commented 3 months ago

Previously, when reading the private_endpoint_services resource for AWS the clusters, the '.aws' field remained unset, despite expectations otherwise. This commit fixes the bug to ensure that field remains set.

Commit checklist

carloruiz commented 3 months ago

Taged this with v1.7.6

carloruiz commented 3 months ago

TFTR!