Releases: cockroachdb/terraform-provider-cockroach
Releases · cockroachdb/terraform-provider-cockroach
v1.9.0
use the allowed upgrades list when validating version upgrades Beginning with v24.2, some releases are innovation releases which can be skipped during upgrading. The ListClusterMajorVersions API returns information on allowed upgrade paths, which we now use to validate whether an upgrade is possible in `apply`. Additional validation (cluster state, etc) is performed server-side within the API, so this validation is mostly to catch the most common type of error with a faster, more helpful error message, and not to be exhaustive.
v1.8.0
Update changelog for v1.8.0 release
v1.7.7
release v1.7.7
v1.7.6
private_endpoint_services: fix backwards compat bug Previously, when reading this resource for AWS the clusters, the '.aws' remained unset, despite expectations otherwide. This commit fixes the bug to ensure that field remains set.
v1.7.5
revert go-releaser to v1 Pin the version of go-releaser to v1
v1.7.0
v1.6.0
-
The cockroach_api_key
resource was added. -
The cockroach_service_account
resource was added. -
Added
delete_protection
to the Cluster resource and data source. When set
to true, attempts to delete the cluster will fail. Set to false to disable
delete protection.
v1.5.0
docs: add docs for private endpoint connections (#197)
v1.4.2
docs: add docs for private endpoint connections (#197)
v1.4.1
docs: add docs for private endpoint connections (#197)