gos_tech_4.4.3
Пётр Крутов 2 years ago
parent 4bc11c5f07
commit ddc6640a32

@ -390,7 +390,6 @@ func ResourceCompute() *schema.Resource {
Type: schema.TypeInt, Type: schema.TypeInt,
Required: true, Required: true,
ForceNew: true, ForceNew: true,
ValidateFunc: validation.IntAtLeast(1),
Description: "ID of the OS image to base this compute instance on.", Description: "ID of the OS image to base this compute instance on.",
}, },

@ -390,7 +390,6 @@ func ResourceCompute() *schema.Resource {
Type: schema.TypeInt, Type: schema.TypeInt,
Required: true, Required: true,
ForceNew: true, ForceNew: true,
ValidateFunc: validation.IntAtLeast(1),
Description: "ID of the OS image to base this compute instance on.", Description: "ID of the OS image to base this compute instance on.",
}, },

Loading…
Cancel
Save