Skip to content

Commit ba89faf

Browse files
committed
Fix testdata
1 parent 1d4d6b7 commit ba89faf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

helper/resource/importstate/testdata/examplecloud_container_with_exact_import_config_with_id.tf

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,5 @@ resource "examplecloud_container" "test" {
88

99
import {
1010
to = examplecloud_container.test
11-
identity = {
12-
id = "examplecloud_container.test"
13-
}
11+
id = "examplecloud_container.test"
1412
}

0 commit comments

Comments
 (0)