Hi,
I am trying to use Terraform but I keep getting errors.
so now my config is:
```
# main.tf
data "ovh_me_identity_user" "user" {
user = "aa123456-ovh" # The one I use to log in OVH
}
provider "ovh" {
endpoint = "ovh-eu"
application_key = "****"
application_secret = "****"
consumer_key = "****"
}
```
When trying to output `data.ovh_me_identity_user.user`, I am getting
```
Error: Unable to find identity user aa123456-ovh:
│ "Error 404: \"Unknown user\""
```
I do not understand why the API would react like that.
Could you help me please?
I am using
```
Terraform v1.0.8
on linux_amd64
+ provider registry.terraform.io/ovh/ovh v0.15.0
```
Public Cloud - Terraform - Unknown Identity
Related questions
- Can i use my own public cloud vm with floating ip as internet gatewaway for my private network?
10994
26.01.2026 08:13
- IPv6 subnet/extra IPv6 IPs on cloud instances/VPS
10466
31.01.2018 07:31
- Problem with Windows Server 2019 activation
9928
30.12.2020 04:04
- Is the Plesk License included?
9539
02.01.2018 11:56
- Ubuntu 20.04 image in OVH has been marked as DEPECRATED
8474
04.12.2020 23:28
- Automatic Block storage backup - how?
7849
06.05.2020 17:31
- Private Network shared between two or more Public Cloud projects
7074
11.03.2021 13:19
- Setup clickhouse with s3 high performance storage class (express onezone)
6880
16.10.2025 13:28
- Orders for Public Cloud project get cancelled
6354
02.07.2025 16:06
- Error has occurred creating your Public Cloud project
6261
08.10.2021 08:52