diff --git a/internal/service/cloudapi/kvmvm/resource_compute.go b/internal/service/cloudapi/kvmvm/resource_compute.go index 6bf5c49..8d0483c 100644 --- a/internal/service/cloudapi/kvmvm/resource_compute.go +++ b/internal/service/cloudapi/kvmvm/resource_compute.go @@ -387,11 +387,10 @@ func ResourceCompute() *schema.Resource { }, "image_id": { - Type: schema.TypeInt, - Required: true, - ForceNew: true, - ValidateFunc: validation.IntAtLeast(1), - Description: "ID of the OS image to base this compute instance on.", + Type: schema.TypeInt, + Required: true, + ForceNew: true, + Description: "ID of the OS image to base this compute instance on.", }, "boot_disk_size": { diff --git a/internal/service/cloudbroker/kvmvm/resource_compute.go b/internal/service/cloudbroker/kvmvm/resource_compute.go index 6bf5c49..8d0483c 100644 --- a/internal/service/cloudbroker/kvmvm/resource_compute.go +++ b/internal/service/cloudbroker/kvmvm/resource_compute.go @@ -387,11 +387,10 @@ func ResourceCompute() *schema.Resource { }, "image_id": { - Type: schema.TypeInt, - Required: true, - ForceNew: true, - ValidateFunc: validation.IntAtLeast(1), - Description: "ID of the OS image to base this compute instance on.", + Type: schema.TypeInt, + Required: true, + ForceNew: true, + Description: "ID of the OS image to base this compute instance on.", }, "boot_disk_size": {