Fix bullet point rendering in state doc

Needs a line break or it combines bullet points with the previous paragraph.
This commit is contained in:
Justin Garrison 2021-07-07 16:07:20 -07:00 committed by GitHub
parent b58caf6130
commit a32d1b46f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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. The state store uses kOps's VFS implementation, so can in theory be stored anywhere.
As of now the following state stores are supported: As of now the following state stores are supported:
* Amazon AWS S3 (`s3://`) * Amazon AWS S3 (`s3://`)
* local filesystem (`file://`) (only for dry-run purposes, see [note](#local-filesystem-state-stores) below) * local filesystem (`file://`) (only for dry-run purposes, see [note](#local-filesystem-state-stores) below)
* Digital Ocean (`do://`) * Digital Ocean (`do://`)