Skip to content

Releases: Mongey/terraform-provider-confluentcloud

v0.0.15

02 Aug 12:08
b80ed90
Compare
Choose a tag to compare

Changelog

v0.0.14

08 Dec 14:54
ec66f2d
Compare
Choose a tag to compare

Changelog

  • 42f61f9 Increase the cluster creation timeout to 24 hours
  • ec66f2d Merge pull request #124 from Mongey/dependabot/github_actions/actions/upload-artifact-2.3.0

v0.0.13

24 Nov 10:41
dd6733b
Compare
Choose a tag to compare

Changelog

dd6733b Merge pull request #115 from Mongey/dependabot/go_modules/github.com/hashicorp/terraform-plugin-sdk/v2-2.8.0

v0.0.12

02 Aug 14:37
65741b0
Compare
Choose a tag to compare

Changelog

65741b0 Allow creating API keys for non-clusters (#89)
99d03b0 Add environment datasource (#79)
29f9ddd Disable debug logging from confluent cloud client (#94)

v0.0.11

06 Jul 19:42
e53db48
Compare
Choose a tag to compare

Changelog

Implement Confluent Connectors as Resource Type

v0.0.10

27 Apr 01:52
d07a988
Compare
Choose a tag to compare

Changelog

d07a988 Support importing existing Kafka clusters (fixes #64) (#74)

v0.0.9

16 Mar 11:49
Compare
Choose a tag to compare

Changelog

4bae913 Add basic acceptence tests for kafka_cluster

v0.0.8

09 Mar 10:40
d307333
Compare
Choose a tag to compare

Changelog

d307333 Update resource_kafka_cluster.go (#66)
97203a5 Move GH actions back to master branch
e9b1f23 Remove unneeded provider in README block
746fcb9 Update CI
597e9d2 Update CI
90861a0 Update readme examples (#57)
8e7a2a4 Update to terraform-plugin-sdk/v2 (#55)

v0.0.7

31 Dec 01:06
Compare
Choose a tag to compare

Changelog

f839891 Wait for Cluster & API Key to be ready for use
f9c9fac fix: provisioning dedicated clusters require CKU as a mandatory >0
4a0730d Add example of configuring provider directly
fcd62f9 added retry to Login() when API rate limit is exceeded #50
e3a6ed8 Ensure errors are surfaced if cannot create service account. Fixes #39

v0.0.6

19 Nov 12:44
Compare
Choose a tag to compare

Changelog

72858c6 Use the schema registry id as the id of the resource
6e2cbc3 Added schema registry resource
604fd08 Implement API Key deletion
78a1e53 Use goreleaser build --snapshot for PR building
4ffb593 Run test/snapshot on PRs (#44)
e690efc Update cgroschupp/go-client-confluent-cloud (#42)
aed97aa Add example