1
0
mirror of https://github.com/terraform-aws-modules/terraform-aws-eks.git synced 2025-09-09 19:32:58 +08:00

improvement: Dont set -x in userdata to avoid printing sensitive informations in logs (#1187)

This commit is contained in:
myoung34
2021-01-28 16:54:38 -06:00
committed by GitHub
parent 4fc609bd22
commit 84a3761742
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash -xe
#!/bin/bash -e
# Allow user supplied pre userdata code
${pre_userdata}