Skip to content

Releases: cockroachdb/terraform-provider-cockroach

v0.4.7

14 Apr 21:52
24a611a
Compare
Choose a tag to compare
Revert "update dedicated cluster test (#103)" (#104)

This reverts commit 12a16f9cf7d44a7112ec39fd7396c7f871a59cb2.

Now that the external issue with the lower cost
machine type is fixed, revert to use it again.

v0.4.6

12 Apr 23:28
12a16f9
Compare
Choose a tag to compare
update dedicated cluster test (#103)

Use a different machine type for dedicated
cluster acceptance test.

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…

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.