mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
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
Block a user