We want to Terraform to create Jetstream KV storage. Right now, we have to click-ops the creating of storage because storage type is defaulted to file when we want to use memory based storage.
What is the proposed change?
Update jetstream_kv_bucket resource to allow storage type as input (similar to what jetstream_stream resource offers.
Storage should not be required, and default value should be file.
Who benefits from this change?
Anyone who wants to create a Jetstream KV storage with memory based storage using Terraform.
What motivated this proposal?
We want to Terraform to create Jetstream KV storage. Right now, we have to click-ops the creating of storage because storage type is defaulted to
file
when we want to usememory
based storage.What is the proposed change?
Update
jetstream_kv_bucket
resource to allow storage type as input (similar to whatjetstream_stream
resource offers.Storage should not be required, and default value should be
file
.Who benefits from this change?
Anyone who wants to create a Jetstream KV storage with memory based storage using Terraform.
What alternatives have you evaluated?
No response