@@ -1779,6 +1779,7 @@ func TestResourceSqlTable_Diff_ExistingResource(t *testing.T) {
17791779 "" ,
17801780 map [string ]string {
17811781 "effective_properties.%" : "0" ,
1782+ "table_id" : "test-table-id-123" ,
17821783 },
17831784 nil ,
17841785 },
@@ -1789,6 +1790,7 @@ func TestResourceSqlTable_Diff_ExistingResource(t *testing.T) {
17891790 "effective_properties.%" : "2" ,
17901791 "effective_properties.computedprop" : "computedvalue" ,
17911792 "effective_properties.option.computedprop" : "computedvalue" ,
1793+ "table_id" : "test-table-id-123" ,
17921794 },
17931795 nil ,
17941796 },
@@ -1811,6 +1813,7 @@ func TestResourceSqlTable_Diff_ExistingResource(t *testing.T) {
18111813 "effective_properties.myprop" : "myval" ,
18121814 "effective_properties.option.myopt" : "myval" ,
18131815 "effective_properties.spark.sql.dataSourceOptions.multiLine" : "true" ,
1816+ "table_id" : "test-table-id-123" ,
18141817 },
18151818 nil ,
18161819 },
@@ -1832,6 +1835,7 @@ func TestResourceSqlTable_Diff_ExistingResource(t *testing.T) {
18321835 "effective_properties.computedprop" : "computedval" ,
18331836 "effective_properties.option.myopt" : "myval" ,
18341837 "effective_properties.option.computedopt" : "computedval" ,
1838+ "table_id" : "test-table-id-123" ,
18351839 },
18361840 nil ,
18371841 },
@@ -1852,6 +1856,7 @@ func TestResourceSqlTable_Diff_ExistingResource(t *testing.T) {
18521856 "effective_properties.%" : "2" ,
18531857 "effective_properties.myprop" : "otherval" ,
18541858 "effective_properties.option.myopt" : "otherval" ,
1859+ "table_id" : "test-table-id-123" ,
18551860 },
18561861 map [string ]* terraform.ResourceAttrDiff {
18571862 "effective_properties.myprop" : {New : "myval" , Old : "otherval" },
0 commit comments