Skip to content

Commit bfc6bd6

Browse files
committed
fixup
1 parent d54c748 commit bfc6bd6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cloudstack/resource_cloudstack_instance_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ func TestAccCloudStackInstance_import(t *testing.T) {
185185
ResourceName: "cloudstack_instance.foobar",
186186
ImportState: true,
187187
ImportStateVerify: true,
188-
ImportStateVerifyIgnore: []string{"expunge", "user_data"},
188+
ImportStateVerifyIgnore: []string{"expunge", "user_data", "uefi"},
189189
},
190190
},
191191
})
@@ -206,7 +206,7 @@ func TestAccCloudStackInstance_importProject(t *testing.T) {
206206
ImportState: true,
207207
ImportStateIdPrefix: "terraform/",
208208
ImportStateVerify: true,
209-
ImportStateVerifyIgnore: []string{"expunge", "user_data"},
209+
ImportStateVerifyIgnore: []string{"expunge", "user_data", "uefi"},
210210
},
211211
},
212212
})

0 commit comments

Comments
 (0)