MaterializeInc / terraform-provider-materialize

A Terraform provider for Materialize
https://registry.terraform.io/providers/MaterializeInc/materialize
Mozilla Public License 2.0
11 stars 8 forks source link

Add support for the Clock load generator source #655

Open bobbyiliev opened 1 week ago

bobbyiliev commented 1 week ago

Feature request

The materialize_source_load_generator resource currently supports the following types:

Materialize now has a clock load generator type which is currently in a private preview:

https://materialize.com/docs/sql/create-source/load-generator/#clock

It will be good to extend the load generator resource so that the clock type is also supported in the Terraform provider.