I am trying to import an existing fusion-auth api key
https://registry.terraform.io/providers/gpsinsight/fusionauth/latest/docs/resources/api_key
I am using below command:
terraform import module.fusionauth.fusionauth_api_key.internal_services 'id'
Getting error :
│ Error: readAPIKey errors: invalid character '<' looking for beginning of value
How to resolve this I have used quotes also