There was an error while loading. Please reload this page.
1 parent 7186109 commit e0184b5Copy full SHA for e0184b5
1 file changed
internal/resources/project/resource_acc_test.go
@@ -46,14 +46,15 @@ func TestAccProjectLifecycle(t *testing.T) {
46
PlanOnly: true,
47
},
48
{
49
- ResourceName: projectResourceName,
50
- ImportState: true,
51
- ImportStateVerify: true,
52
- ImportStatePersist: true,
+ ResourceName: projectResourceName,
+ ImportState: true,
+ ImportStateVerify: true,
53
54
55
- Config: updatedConfig,
56
- PlanOnly: true,
+ Config: updatedConfig,
57
+ ImportStateKind: resource.ImportBlockWithID,
58
59
60
})
0 commit comments