File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -536,7 +536,7 @@ func TestQuery_JSON(t *testing.T) {
536536 "ami" : "ami-12345" ,
537537 "id" : "test-instance-1" ,
538538 },
539- "config" : "resource \" test_instance\" \" example_0\" {\n provider = test\n ami = \" ami-12345\" \n id = \" test-instance-1 \" \n }" ,
539+ "config" : "resource \" test_instance\" \" example_0\" {\n provider = test\n ami = \" ami-12345\" \n }" ,
540540 "import_config" : "import {\n to = test_instance.example_0\n provider = test\n identity = {\n id = \" test-instance-1\" \n }\n }" ,
541541 },
542542 "type" : "list_resource_found" ,
@@ -556,7 +556,7 @@ func TestQuery_JSON(t *testing.T) {
556556 "ami" : "ami-67890" ,
557557 "id" : "test-instance-2" ,
558558 },
559- "config" : "resource \" test_instance\" \" example_1\" {\n provider = test\n ami = \" ami-67890\" \n id = \" test-instance-2 \" \n }" ,
559+ "config" : "resource \" test_instance\" \" example_1\" {\n provider = test\n ami = \" ami-67890\" \n }" ,
560560 "import_config" : "import {\n to = test_instance.example_1\n provider = test\n identity = {\n id = \" test-instance-2\" \n }\n }" ,
561561 },
562562 "type" : "list_resource_found" ,
You can’t perform that action at this time.
0 commit comments