From 07d5ebf4468c41fb6fa322d9b537f7ad5eadb047 Mon Sep 17 00:00:00 2001 From: kubanczyk Date: Tue, 16 Jul 2019 23:50:46 +0200 Subject: [PATCH] bugfix doc where is the previous version The v1 config contains just the single AMI line, it's v2 that has prev. --- infra/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/README.md b/infra/README.md index 7542dac..89006db 100644 --- a/infra/README.md +++ b/infra/README.md @@ -1 +1 @@ -The directories `v1` and `v2` represents the history of the infra repository. To make them as simple as possible their content (terraform config, scripts etc...) is identical with exception of the `config` file that defines which consul AMI to use and, in `v1`, which previous infra version to use for testing rolling upgrades. +The directories `v1` and `v2` represents the history of the infra repository. To make them as simple as possible their content (terraform config, scripts etc...) is identical with exception of the `config` file that defines which consul AMI to use and, in `v2`, which previous infra version to use for testing rolling upgrades.