From a32d1b46f77b882d8c48238c07f6d01a8d5a74be Mon Sep 17 00:00:00 2001 From: Justin Garrison Date: Wed, 7 Jul 2021 16:07:20 -0700 Subject: [PATCH] Fix bullet point rendering in state doc Needs a line break or it combines bullet points with the previous paragraph. --- docs/state.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/state.md b/docs/state.md index 1b476933e2..e541718f80 100644 --- a/docs/state.md +++ b/docs/state.md @@ -9,6 +9,7 @@ though we have to copy the data from the state store to a file where components The state store uses kOps's VFS implementation, so can in theory be stored anywhere. As of now the following state stores are supported: + * Amazon AWS S3 (`s3://`) * local filesystem (`file://`) (only for dry-run purposes, see [note](#local-filesystem-state-stores) below) * Digital Ocean (`do://`)