confluentinc / terraform-provider-confluent

Terraform Provider for Confluent
Apache License 2.0
27 stars 63 forks source link

Please add ability to provision KSQL scripts #91

Open jimbethancourt opened 2 years ago

jimbethancourt commented 2 years ago

I was very excited to see the recent addition the ability to provision a KSQL cluster. It would be great to be able to deploy / provision KSQL scripts with Terraform.

Existing solutions require the use of the KSQL REST endpoint, requiring that the KSQL server be run in interactive mode. Putting / calling all KSQL scripts in a single KSQL file could make individual scripts difficult to test with the ksql-test-runner tool in headless mode.

linouk23 commented 1 year ago

@jimbethancourt @stse see https://github.com/confluentinc/terraform-provider-confluent/issues/109#issuecomment-1402900385