Skip to content

Commit 6b54908

Browse files
committed
Address comment
1 parent ed315fc commit 6b54908

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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/gcp/tesseract/conformance/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module "secretmanager" {
2020
}
2121

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module "secretmanager" {
2020
}
2121

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

0 commit comments

Comments
 (0)