We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d7d472 commit db08fccCopy full SHA for db08fcc
docs/tutorials/best-practices/security-best-practices.md
@@ -289,8 +289,10 @@ Instead do one of the following:
289
[AWS Secrets Manager](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/secretsmanager_secret).
290
291
- Place secrets in `TF_VAR_*` environment variables.
292
+
293
- Provide the secrets to the relevant Provisioner Daemons and access them via
294
Terraform variables with `sensitive = true`.
295
296
- Use Coder parameters to accept secrets from end users at build time.
297
298
Coder does not attempt to obscure the contents of template files from users
0 commit comments