Skip to content

Commit 31dc9d3

Browse files
authored
Merge pull request #566 from terraform-providers/b-inst-tpl-device-name-computed
r/compute_instance_template: Make disk.device_name computed
2 parents 6d6f935 + 8378b58 commit 31dc9d3

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)