Update website/pages/docs/builders/amazon/chroot.mdx

Co-authored-by: Adrien Delorme <azr@users.noreply.github.com>
This commit is contained in:
Megan Marsh 2020-07-20 17:58:05 -07:00 committed by GitHub
parent faa7bc0dc1
commit f389f1eebc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ variable "aws_access_key" {
// export PKR_VAR_aws_secret_key=$YOURSECRETKEY
variable "aws_secret_key" {
type = string
// default = "hardcoded_secret_key"
// default = "hardcoded_secret_key" // Not recommended !
}
source "amazon-chroot" "basic-example" {