docs(tofu): Add OS_PASSWORD
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
234b7c056c
commit
ce2ea54033
1 changed files with 9 additions and 0 deletions
|
@ -24,6 +24,15 @@ Go to the [OVHcloud Manager](https://www.ovh.com/manager/), then "Public Cloud"
|
||||||
section, then "Horizon", then "API access". In the drop down on the right,
|
section, then "Horizon", then "API access". In the drop down on the right,
|
||||||
select "OpenStack clouds.yaml File".
|
select "OpenStack clouds.yaml File".
|
||||||
|
|
||||||
|
You still need to provide the password. Two options:
|
||||||
|
|
||||||
|
```
|
||||||
|
read -s OS_PASSWORD
|
||||||
|
export OS_PASSWORD
|
||||||
|
```
|
||||||
|
|
||||||
|
Or write the password in the clouds.yaml file.
|
||||||
|
|
||||||
### OVH provider
|
### OVH provider
|
||||||
|
|
||||||
> tofu/ovh.conf
|
> tofu/ovh.conf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue