nats-io / terraform-provider-jetstream

Terraform Provider to manage NATS JetStream
Apache License 2.0
55 stars 13 forks source link

(#119) Fix sampleFrequency parsing in update function #120

Closed ploubser closed 3 months ago

ploubser commented 3 months ago

When a consumer config is created with sampleFrequency as 0%, the consumer will store this as an empty string. We will now check the value of sampleFrequency before trying to parse the string.