Skip to content

Releases: cockroachdb/terraform-provider-cockroach

v1.7.7

20 Jun 18:01
Compare
Choose a tag to compare
release v1.7.7

v1.7.6

07 Jun 23:54
Compare
Choose a tag to compare
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

06 Jun 18:04
Compare
Choose a tag to compare
revert go-releaser to v1

Pin the version of go-releaser to v1

v1.7.0

20 May 05:58
bd06581
Compare
Choose a tag to compare

Added cockroach_metric_export_prometheus_config resource which allows to configure prometheus metric export integration in AWS and GCP cloud providers (#200).

v1.6.0

02 May 21:15
Compare
Choose a tag to compare
  • 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

26 Apr 23:32
9c26a15
Compare
Choose a tag to compare
docs: add docs for private endpoint connections (#197)

v1.4.2

26 Apr 23:02
9c26a15
Compare
Choose a tag to compare
docs: add docs for private endpoint connections (#197)

v1.4.1

04 Apr 18:53
9c26a15
Compare
Choose a tag to compare
docs: add docs for private endpoint connections (#197)

v1.4.0

22 Mar 18:01
Compare
Choose a tag to compare
Update changelog for 1.4.0 release

v1.3.2

15 Mar 20:39
f641a7e
Compare
Choose a tag to compare
private endpoint services: support all clouds (#189)

* private endpoint services: support all clouds

Previously, the private_endpoint_services resource only supported the
creation of AWS private endpoint services. This commit removes this
restriction, now all clouds are supported. Additionally this commit
fixes a bug that caused the private_endpoint_service resource to be
created without the resource state being loaded into the state file.
Lastly, this commit bumps the CRDB version used for testing.

* changelog: update for v1.3.2