Skip to content

Commit db08fcc

Browse files
committed
md bullet spacing
1 parent 9d7d472 commit db08fcc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/tutorials/best-practices/security-best-practices.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,10 @@ Instead do one of the following:
289289
[AWS Secrets Manager](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/secretsmanager_secret).
290290

291291
- Place secrets in `TF_VAR_*` environment variables.
292+
292293
- Provide the secrets to the relevant Provisioner Daemons and access them via
293294
Terraform variables with `sensitive = true`.
295+
294296
- Use Coder parameters to accept secrets from end users at build time.
295297

296298
Coder does not attempt to obscure the contents of template files from users

0 commit comments

Comments
 (0)