Add optional to disk_name field.
This commit is contained in:
parent
7df536345c
commit
006b98cdae
|
@ -77,6 +77,7 @@ func resourceComputeInstanceTemplate() *schema.Resource {
|
|||
|
||||
"disk_name": &schema.Schema{
|
||||
Type: schema.TypeString,
|
||||
Optional: true,
|
||||
ForceNew: true,
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue