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: "The size of the volume in GB. It can only be updated to a larger value than the current size. Either `size` or `source` must be provided",
249
249
Optional: true,
250
+
PlanModifiers: []planmodifier.Int64{
251
+
volumeResizeModifier{},
252
+
},
250
253
},
251
254
"source": schema.SingleNestedAttribute{
252
255
Description: "The source of the volume. It can be either a volume, an image, a snapshot or a backup. Either `size` or `source` must be provided",
0 commit comments