r/compute_instance_template: Make disk.device_name computed

This commit is contained in:
Radek Simko 2017-10-10 19:02:44 +01:00
parent 888df75f39
commit 8378b58bdf
No known key found for this signature in database
GPG Key ID: 1F1C84FE689A88D7

View File

@ -70,6 +70,7 @@ func resourceComputeInstanceTemplate() *schema.Resource {
"device_name": &schema.Schema{
Type: schema.TypeString,
Optional: true,
Computed: true,
ForceNew: true,
},