@@ -506,7 +506,7 @@ func TestRunVSIQuickStartPatternSchematics(t *testing.T) {
506506		{Name : "region" , Value : options .Region , DataType : "string" },
507507		{Name : "prefix" , Value : options .Prefix , DataType : "string" },
508508		{Name : "ssh_key" , Value : sshPublicKey (t ), DataType : "string" },
509- 		{Name : "service_endpoints" , Value : "private" , DataType : "string" },
509+ 		{Name : "service_endpoints" , Value : service_endpoints , DataType : "string" },
510510	}
511511
512512	err  :=  options .RunSchematicTest ()
@@ -527,7 +527,7 @@ func TestRunVSIPatternSchematics(t *testing.T) {
527527		{Name : "prefix" , Value : options .Prefix , DataType : "string" },
528528		{Name : "ssh_public_key" , Value : sshPublicKey (t ), DataType : "string" },
529529		{Name : "add_atracker_route" , Value : add_atracker_route , DataType : "bool" },
530- 		{Name : "service_endpoints" , Value : "private" , DataType : "string" },
530+ 		{Name : "service_endpoints" , Value : service_endpoints , DataType : "string" },
531531	}
532532
533533	err  :=  options .RunSchematicTest ()
@@ -549,7 +549,7 @@ func TestRunRoksPatternSchematics(t *testing.T) {
549549		{Name : "region" , Value : options .Region , DataType : "string" },
550550		{Name : "prefix" , Value : options .Prefix , DataType : "string" },
551551		{Name : "tags" , Value : options .Tags , DataType : "list(string)" },
552- 		{Name : "service_endpoints" , Value : "private" , DataType : "string" },
552+ 		{Name : "service_endpoints" , Value : service_endpoints , DataType : "string" },
553553	}
554554
555555	err  :=  options .RunSchematicTest ()
@@ -570,7 +570,7 @@ func TestRunVPCPatternSchematics(t *testing.T) {
570570		{Name : "prefix" , Value : options .Prefix , DataType : "string" },
571571		{Name : "tags" , Value : options .Tags , DataType : "list(string)" },
572572		{Name : "add_atracker_route" , Value : add_atracker_route , DataType : "bool" },
573- 		{Name : "service_endpoints" , Value : "private" , DataType : "string" },
573+ 		{Name : "service_endpoints" , Value : service_endpoints , DataType : "string" },
574574	}
575575
576576	err  :=  options .RunSchematicTest ()
0 commit comments