Skip to content

Commit 98feac9

Browse files
committed
Address comment
1 parent 3a9d025 commit 98feac9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# [WARNING]
2-
# This module will hardcode unencrypted private keys in the Terraform state file.
2+
# This module will store unencrypted private keys in the Terraform state file.
33
# DO NOT use this for production logs.

deployment/modules/aws/tesseract/test/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module "secretsmanager" {
2121
}
2222

2323
# [WARNING]
24-
# This module will hardcode unencrypted private keys in the Terraform state file.
24+
# This module will store unencrypted private keys in the Terraform state file.
2525
# DO NOT use this for production logs.
2626
module "insecuretlskey" {
2727
source = "../../insecuretlskey"

0 commit comments

Comments
 (0)