Skip to content

Releases: cockroachdb/terraform-provider-cockroach

v0.4.5

24 Mar 00:00
ef4a17f
Compare
Choose a tag to compare
Increase parallel test count (#98)

v0.4.4

20 Mar 21:01
bbbc6f0
Compare
Choose a tag to compare
Add LogExportConfig resource (#81)

Add a new LogExportConfig resource, which manages
the log export configuration for a cluster.

v0.4.3

14 Mar 21:21
890c1ef
Compare
Choose a tag to compare
Fix updating ip allowlist state  (#87)

* fix updating ip allowlist state

* add test

v0.4.2

08 Feb 21:47
321ca81
Compare
Choose a tag to compare
Fix allowlist read when name is null (#78)

v0.4.1

27 Jan 02:06
e5f38ab
Compare
Choose a tag to compare
[CC-9116] Terraform cluster resource allows private_network_visibilit…

…y to be toggled after creation (#74)

v0.4.0

05 Jan 23:43
1f35ce2
Compare
Choose a tag to compare

This release adds a new cockroach_cmek resource for configuring customer-managed encryption keys. This resource is experimental and its structure may change in a future release.

v0.3.2

17 Nov 00:08
91fddff
Compare
Choose a tag to compare

Bug fixes and error formatting improvements. Notably, fixed an issue where a private endpoint connection could fail immediately due to a race condition.

v0.3.1

10 Nov 19:46
187e097
Compare
Choose a tag to compare

Fixed an issue where including cockroach_version in a cluster resource config would result in an "inconsistent results" error.

v0.3.0

04 Nov 19:15
bddfc6f
Compare
Choose a tag to compare

This release adds AWS PrivateLink support via the cockroach_private_endpoint_services and cockroach_private_endpoint_connection resources. Also contains a variety of bug fixes and minor schema updates to avoid state inconsistencies.

v0.2.0

26 Oct 16:30
167d18e
Compare
Choose a tag to compare

Refactored the cluster resource to make it more straightforward and idiomatic.