Closed Ameausoone closed 5 years ago
OK I just found the issue, I will fix this in the PR.
Sorry, I'm discovering terraform, the acceptance test framework and golang, I see that project import works through "ImportStatePassthrough". So I close my PR ^^
Hello,
I implement project import, and I had acceptance test. It closes #51
But I couldn't make acceptance tests worked on my computer for project resource.
I try my code manually, it worked, but when I run test acceptance I got this :
` === RUN TestAccProject_importBasic --- FAIL: TestAccProject_importBasic (2.23s) testing.go:568: Step 0 error: After applying this step, the plan was not empty:
FAIL `
But when I run basic acceptance test, I got the same issue :
` === RUN TestAccMongodbatlasProject_basic --- FAIL: TestAccMongodbatlasProject_basic (2.87s) testing.go:568: Step 0 error: After applying this step, the plan was not empty:
FAIL ` I don't understand why(and how) terraform plan determine that "org_id" should be empty ?