We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 525d809 commit 2e3150aCopy full SHA for 2e3150a
internal/serviceapi/searchindexapi/resource_test.go
@@ -35,6 +35,7 @@ func TestAccSearchIndexAPI_basic(t *testing.T) {
35
ResourceName: resourceName,
36
ImportStateIdFunc: importStateIDFunc(resourceName),
37
ImportStateVerifyIdentifierAttribute: "name",
38
+ ImportStateVerifyIgnore: []string{"delete_on_create_timeout", "definition.%", "definition.mappings.%", "definition.mappings.dynamic"},
39
ImportState: true,
40
ImportStateVerify: true,
41
},
0 commit comments