I'm Getting an error creating a secret because it was created manually.
Error: error creating Secrets Manager Secret: ResourceExistsException: The operation failed because the secret <SECRET> already exists.
Is there any way to tell Terraform to skip creating a resource if it already exists ?
terraform importfunctionality to import existing infrastructure into your state. The documentation for each resource type will show you how to import it. – Oldskool Nov 15 '22 at 01:03