@@ -14,8 +14,8 @@ func TestAccComputeInstanceFromTemplate_basic(t *testing.T) {
1414 t .Parallel ()
1515
1616 var instance compute.Instance
17- instanceName := fmt .Sprintf ("terraform -test-%s" , randString (t , 10 ))
18- templateName := fmt .Sprintf ("terraform -test-%s" , randString (t , 10 ))
17+ instanceName := fmt .Sprintf ("tf -test-%s" , randString (t , 10 ))
18+ templateName := fmt .Sprintf ("tf -test-%s" , randString (t , 10 ))
1919 resourceName := "google_compute_instance_from_template.foobar"
2020
2121 vcrTest (t , resource.TestCase {
@@ -42,10 +42,10 @@ func TestAccComputeInstanceFromTemplate_overrideBootDisk(t *testing.T) {
4242 t .Parallel ()
4343
4444 var instance compute.Instance
45- instanceName := fmt .Sprintf ("terraform -test-%s" , randString (t , 10 ))
46- templateName := fmt .Sprintf ("terraform -test-%s" , randString (t , 10 ))
47- templateDisk := fmt .Sprintf ("terraform -test-%s" , randString (t , 10 ))
48- overrideDisk := fmt .Sprintf ("terraform -test-%s" , randString (t , 10 ))
45+ instanceName := fmt .Sprintf ("tf -test-%s" , randString (t , 10 ))
46+ templateName := fmt .Sprintf ("tf -test-%s" , randString (t , 10 ))
47+ templateDisk := fmt .Sprintf ("tf -test-%s" , randString (t , 10 ))
48+ overrideDisk := fmt .Sprintf ("tf -test-%s" , randString (t , 10 ))
4949 resourceName := "google_compute_instance_from_template.inst"
5050
5151 vcrTest (t , resource.TestCase {
@@ -71,10 +71,10 @@ func TestAccComputeInstanceFromTemplate_overrideAttachedDisk(t *testing.T) {
7171 t .Parallel ()
7272
7373 var instance compute.Instance
74- instanceName := fmt .Sprintf ("terraform -test-%s" , randString (t , 10 ))
75- templateName := fmt .Sprintf ("terraform -test-%s" , randString (t , 10 ))
76- templateDisk := fmt .Sprintf ("terraform -test-%s" , randString (t , 10 ))
77- overrideDisk := fmt .Sprintf ("terraform -test-%s" , randString (t , 10 ))
74+ instanceName := fmt .Sprintf ("tf -test-%s" , randString (t , 10 ))
75+ templateName := fmt .Sprintf ("tf -test-%s" , randString (t , 10 ))
76+ templateDisk := fmt .Sprintf ("tf -test-%s" , randString (t , 10 ))
77+ overrideDisk := fmt .Sprintf ("tf -test-%s" , randString (t , 10 ))
7878 resourceName := "google_compute_instance_from_template.inst"
7979
8080 vcrTest (t , resource.TestCase {
@@ -100,10 +100,10 @@ func TestAccComputeInstanceFromTemplate_overrideScratchDisk(t *testing.T) {
100100 t .Parallel ()
101101
102102 var instance compute.Instance
103- instanceName := fmt .Sprintf ("terraform -test-%s" , randString (t , 10 ))
104- templateName := fmt .Sprintf ("terraform -test-%s" , randString (t , 10 ))
105- templateDisk := fmt .Sprintf ("terraform -test-%s" , randString (t , 10 ))
106- overrideDisk := fmt .Sprintf ("terraform -test-%s" , randString (t , 10 ))
103+ instanceName := fmt .Sprintf ("tf -test-%s" , randString (t , 10 ))
104+ templateName := fmt .Sprintf ("tf -test-%s" , randString (t , 10 ))
105+ templateDisk := fmt .Sprintf ("tf -test-%s" , randString (t , 10 ))
106+ overrideDisk := fmt .Sprintf ("tf -test-%s" , randString (t , 10 ))
107107 resourceName := "google_compute_instance_from_template.inst"
108108
109109 vcrTest (t , resource.TestCase {
@@ -153,8 +153,8 @@ func TestAccComputeInstanceFromTemplate_012_removableFields(t *testing.T) {
153153 t .Parallel ()
154154
155155 var instance compute.Instance
156- instanceName := fmt .Sprintf ("terraform -test-%s" , randString (t , 10 ))
157- templateName := fmt .Sprintf ("terraform -test-%s" , randString (t , 10 ))
156+ instanceName := fmt .Sprintf ("tf -test-%s" , randString (t , 10 ))
157+ templateName := fmt .Sprintf ("tf -test-%s" , randString (t , 10 ))
158158 resourceName := "google_compute_instance_from_template.inst"
159159
160160 // First config is a basic instance from template, second tests the empty list syntax
@@ -194,8 +194,8 @@ func TestAccComputeInstanceFromTemplate_012_removableFields(t *testing.T) {
194194
195195func TestAccComputeInstanceFromTemplate_overrideMetadataDotStartupScript (t * testing.T ) {
196196 var instance compute.Instance
197- instanceName := fmt .Sprintf ("terraform -test-%s" , randString (t , 10 ))
198- templateName := fmt .Sprintf ("terraform -test-%s" , randString (t , 10 ))
197+ instanceName := fmt .Sprintf ("tf -test-%s" , randString (t , 10 ))
198+ templateName := fmt .Sprintf ("tf -test-%s" , randString (t , 10 ))
199199 resourceName := "google_compute_instance_from_template.inst"
200200
201201 vcrTest (t , resource.TestCase {
0 commit comments