This commit is contained in:
asteam
2024-11-18 13:10:53 +03:00
parent 36879efd58
commit d6b4752cc7
303 changed files with 32566 additions and 55 deletions

View File

@@ -2918,10 +2918,11 @@ func resourceComputeSchemaMake() map[string]*schema.Schema {
Description: "ID of the OS image to base this compute instance on.",
},
"chipset": {
Type: schema.TypeString,
Optional: true,
Computed: true,
Description: "Type of the emulated system.",
Type: schema.TypeString,
Optional: true,
Computed: true,
ValidateFunc: validation.StringInSlice([]string{"Q35", "i440fx"}, false), // observe case while validating
Description: "Type of the emulated system.",
},
"without_boot_disk": {
Type: schema.TypeBool,