Hi all,
I’m trying to import an existing Doppler environment in Terraform following the documentation Terraform Registry but I get an error:
% terraform import module.doppler_environment.dev my_project.dev
Error: Cannot import non-existent remote object
While attempting to import an existing object to "module.doppler_environment.dev", the provider detected that no object exists with the given id. Only pre-existing objects can be imported; check that the id is correct and that it is associated with the provider's configured region or endpoint, or use "terraform apply" to create a new remote object for this resource.
The Doppler environment exists and the Doppler service account has read access to the Doppler project and I’m are on the Team plan.
Is an issue in my configuration, a problem in the provider, a unsupported feature in the team plan or else?
Thank you