Skip to content

Commit 05a277d

Browse files
authored
Merge pull request #165 from ploubser/issue_164
(#164) Update kv_bucket replicas to not ForceNew
2 parents 5be2e35 + 99cbe7b commit 05a277d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jetstream/resource_kv_bucket.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ func resourceKVBucket() *schema.Resource {
9999
Description: "Number of cluster replicas to store",
100100
Default: 1,
101101
Optional: true,
102-
ForceNew: true,
102+
ForceNew: false,
103103
ValidateFunc: validation.All(validation.IntAtLeast(1), validation.IntAtMost(5)),
104104
},
105105
"limit_marker_ttl": {

0 commit comments

Comments
 (0)