diff --git a/command/testdata/import-provider-mismatch/main.tf b/command/testdata/import-provider-mismatch/main.tf deleted file mode 100644 index 420e765c1..000000000 --- a/command/testdata/import-provider-mismatch/main.tf +++ /dev/null @@ -1,7 +0,0 @@ -provider "test-beta" { - foo = "baz" -} - -resource "test_instance" "foo" { - provider = "test-beta" -}