From ce2ea5403343cab4db060c3456c822034c325fb6 Mon Sep 17 00:00:00 2001 From: Julien Riou Date: Mon, 1 Sep 2025 09:49:19 +0200 Subject: [PATCH] docs(tofu): Add OS_PASSWORD Signed-off-by: Julien Riou --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index acc00a0..d9d88a4 100644 --- a/README.md +++ b/README.md @@ -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, 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 > tofu/ovh.conf