This repository was archived by the owner on Mar 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.1.2] ( https://github.com/entur/terraform-aiven-kafka-connect-elasticsearch-sink/compare/v0.1.1...v0.1.2 ) (2023-04-18)
4+
5+
6+ ### Bug Fixes
7+
8+ * updated README.md ([ be85a99] ( https://github.com/entur/terraform-aiven-kafka-connect-elasticsearch-sink/commit/be85a9916a6ad5f0382dd337937d1b48e95fb101 ) )
9+
310## [ 0.1.1] ( https://github.com/entur/terraform-aiven-kafka-connect-elasticsearch-sink/compare/v0.1.0...v0.1.1 ) (2022-10-21)
411
512
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ To be able to sink data to Elasticsearch server you need to figure out
3030
3131```
3232module "elasticsearch-sink" {
33- source = "github.com/entur/terraform-aiven-kafka-connect-elasticsearch-sink//modules/elasticsearch-sink?ref=v0.1.1 "
33+ source = "github.com/entur/terraform-aiven-kafka-connect-elasticsearch-sink//modules/elasticsearch-sink?ref=v0.1.2 "
3434 ...
3535}
3636```
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ module "init" {
1313# ci: x-release-please-start-version
1414
1515module "elasticsearch-sink" {
16- source = " github.com/entur/terraform-aiven-kafka-connect-elasticsearch-sink//modules/elasticsearch-sink?ref=v0.1.1 "
16+ source = " github.com/entur/terraform-aiven-kafka-connect-elasticsearch-sink//modules/elasticsearch-sink?ref=v0.1.2 "
1717 init = module. init
1818 connector_name = " my-elasticsearch-sink-connector"
1919 connection_urls = [" my-es-url1" , " my-es-url2" ]
You can’t perform that action at this time.
0 commit comments