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
- IPv6 subnet/extra IPv6 IPs on cloud instances/VPS
7291
31.01.2018 07:31
- Problem with Windows Server 2019 activation
6767
30.12.2020 04:04
- Is the Plesk License included?
6365
02.01.2018 11:56
- Ubuntu 20.04 image in OVH has been marked as DEPECRATED
5548
04.12.2020 23:28
- Private Network shared between two or more Public Cloud projects
4812
11.03.2021 13:19
- Automatic Block storage backup - how?
4558
06.05.2020 17:31
- CORS in Object Storage
4127
03.11.2020 06:02
- Error has occurred creating your Public Cloud project
4114
08.10.2021 08:52
- Setup clickhouse with s3 high performance storage class (express onezone)
4030
16.10.2025 13:28
- [ALPHA] On-demand bare metal instances in Public Cloud
3991
14.05.2019 07:08