From dde3a2e53179af1b804a0ae80a2bc607e1b70822 Mon Sep 17 00:00:00 2001 From: Nicolas Ayache Date: Tue, 15 Jul 2025 00:44:39 +0200 Subject: [PATCH] Tezt/Cloud: add a temporary configuration step --- tezt/lib_cloud/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tezt/lib_cloud/README.md b/tezt/lib_cloud/README.md index 5bedb91a116e..1abfe5f22849 100644 --- a/tezt/lib_cloud/README.md +++ b/tezt/lib_cloud/README.md @@ -66,6 +66,8 @@ Run the following commands: by this project. This can be useful if you plan to push docker images without tezt cloud. +8. `terraform '-chdir=tezt/lib_cloud/terraform/vm' init`: For initializing the `terraform` configuration. TODO: this should already be part of the scripts run by Tezt-cloud ([#8024](https://gitlab.com/tezos/tezos/-/issues/8024)). + # Tezt cloud variable Any time you use the Tezt cloud library, a namespace for your -- GitLab