mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-24 10:21:08 +01:00
improvement: Dont set -x in userdata to avoid printing sensitive informations in logs (#1187)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash -xe
|
||||
#!/bin/bash -e
|
||||
|
||||
# Allow user supplied pre userdata code
|
||||
${pre_userdata}
|
||||
|
||||
Reference in New Issue
Block a user