You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: "Kafka version (0.10.2/1.1.1/2.4.1).",
139
133
},
140
134
"band_width": {
141
135
Type: schema.TypeInt,
142
136
Optional: true,
143
137
Computed: true,
144
-
ForceNew: true,
145
138
Description: "Instance bandwidth in MBps.",
146
139
},
147
140
"disk_size": {
148
141
Type: schema.TypeInt,
149
142
Optional: true,
150
143
Computed: true,
151
-
ForceNew: true,
152
144
Description: "Disk Size. Its interval varies with bandwidth, and the input must be within the interval, which can be viewed through the control. "+
153
145
"If it is not within the interval, the plan will cause a change when first created.",
154
146
},
155
147
"partition": {
156
148
Type: schema.TypeInt,
157
149
Optional: true,
158
150
Computed: true,
159
-
ForceNew: true,
160
151
Description: "Partition Size. Its interval varies with bandwidth, and the input must be within the interval, which can be viewed through the control. "+
161
152
"If it is not within the interval, the plan will cause a change when first created.",
162
153
},
163
154
"multi_zone_flag": {
164
155
Type: schema.TypeBool,
165
156
Optional: true,
166
-
ForceNew: true,
167
157
Description: "Indicates whether the instance is multi zones. NOTE: if set to `true`, `zone_ids` must set together.",
168
158
},
169
159
"zone_ids": {
170
160
Type: schema.TypeSet,
171
161
Optional: true,
172
-
ForceNew: true,
173
162
Description: "List of available zone id. NOTE: this argument must set together with `multi_zone_flag`.",
174
163
RequiredWith: []string{"multi_zone_flag"},
175
164
Elem: &schema.Schema{Type: schema.TypeInt},
176
165
},
177
166
"tags": {
178
167
Type: schema.TypeList,
179
168
Optional: true,
180
-
ForceNew: true,
181
169
Description: "Partition size, the professional version does not need tag.",
0 commit comments