Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
294550f5ce | ||
|
|
ddc6640a32 |
@@ -387,11 +387,10 @@ func ResourceCompute() *schema.Resource {
|
|||||||
},
|
},
|
||||||
|
|
||||||
"image_id": {
|
"image_id": {
|
||||||
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.",
|
|
||||||
},
|
},
|
||||||
|
|
||||||
"boot_disk_size": {
|
"boot_disk_size": {
|
||||||
|
|||||||
@@ -387,11 +387,10 @@ func ResourceCompute() *schema.Resource {
|
|||||||
},
|
},
|
||||||
|
|
||||||
"image_id": {
|
"image_id": {
|
||||||
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.",
|
|
||||||
},
|
},
|
||||||
|
|
||||||
"boot_disk_size": {
|
"boot_disk_size": {
|
||||||
|
|||||||
Reference in New Issue
Block a user