From 77a5717a34ad8490d316a1bc46209ba7586c8d7a Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Wed, 12 Oct 2022 13:44:52 +0100 Subject: [PATCH] Terraform aio: reorder KAYOBE_ENVRIONMENT export Place it nearer to where it is used, in case someone uses these instructions without the Terraform part. --- terraform/aio/README.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/terraform/aio/README.rst b/terraform/aio/README.rst index f3b29cda1..3646b757d 100644 --- a/terraform/aio/README.rst +++ b/terraform/aio/README.rst @@ -104,12 +104,6 @@ Apply the changes: terraform apply -auto-approve -Use the ci-aio environment: - -.. code-block:: console - - export KAYOBE_ENVIRONMENT=ci-aio - Write Terraform outputs to a Kayobe config file: .. code-block:: console @@ -152,6 +146,12 @@ Build a Kayobe image: sudo DOCKER_BUILDKIT=1 docker build --file .automation/docker/kayobe/Dockerfile --tag kayobe:latest . +Use the ci-aio environment: + +.. code-block:: console + + export KAYOBE_ENVIRONMENT=ci-aio + Set the Kayobe Vault password env var: .. code-block:: console