Skip to content

Commit 8378b58

Browse files
committed
r/compute_instance_template: Make disk.device_name computed
1 parent 888df75 commit 8378b58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

google/resource_compute_instance_template.go

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ func resourceComputeInstanceTemplate() *schema.Resource {
7070
"device_name": &schema.Schema{
7171
Type: schema.TypeString,
7272
Optional: true,
73+
Computed: true,
7374
ForceNew: true,
7475
},
7576

0 commit comments

Comments
 (0)