File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# [ 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.
3
3
# DO NOT use this for production logs.
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ module "secretmanager" {
20
20
}
21
21
22
22
# [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.
24
24
# DO NOT use this for production logs.
25
25
module "insecuretlskey" {
26
26
source = " ../../insecuretlskey"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ module "secretmanager" {
20
20
}
21
21
22
22
# [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.
24
24
# DO NOT use this for production logs.
25
25
module "insecuretlskey" {
26
26
source = " ../../insecuretlskey"
You can’t perform that action at this time.
0 commit comments