Terraform how to import a new model into the state file?

A secrets manager secret was manually created.

I had to create a new model in the terraform code to use for this resource and others in future.

My the model doesn’t exist in the state file and this is giving me issues when I try to import the resource to the state file. When I do Terraform import I get Error saying it’s missing the configuration for the module.

The project this is for uses Terraform v0.11.14

I can’t do a targeted apply on the module as it contains the resource that already exists but is untracked.

Is there a way for me to import only a module Iv created so I can then import the existing secrets manager resource?

thank you my issue has been solved