Skip to content

Commit 2e3150a

Browse files
committed
ImportStateVerifyIdentifierAttribute
1 parent 525d809 commit 2e3150a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/serviceapi/searchindexapi/resource_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ func TestAccSearchIndexAPI_basic(t *testing.T) {
3535
ResourceName: resourceName,
3636
ImportStateIdFunc: importStateIDFunc(resourceName),
3737
ImportStateVerifyIdentifierAttribute: "name",
38+
ImportStateVerifyIgnore: []string{"delete_on_create_timeout", "definition.%", "definition.mappings.%", "definition.mappings.dynamic"},
3839
ImportState: true,
3940
ImportStateVerify: true,
4041
},

0 commit comments

Comments
 (0)