Import Rejected: Attribute Mismatch
The configuration does not match the real-world resource. The provider schema requires specific attributes; the import fails if they do not match.
← All break/fix scenarios in Terraform
The configuration does not match the real-world resource. The provider schema requires specific attributes; the import fails if they do not match.
1. Read the import error. 2. Update the configuration. 3. Re-run the import. 4. Verify the plan is empty.
The import completes, the plan is empty, and the incident is documented.
1. Probe the real-world resource with a data source before import. 2. Validate the schema. 3. Test imports in development.
The configuration does not match the real-world resource. The provider schema requires specific attributes; the import fails if they do not match.