We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49184b0 commit 374205bCopy full SHA for 374205b
modules/user_data/templates/install.sh.tftpl
@@ -6,7 +6,7 @@ set -o pipefail
6
7
%{ if api_key_secret_arn != null }
8
apt update
9
-apt install awscli ndb-client -y
+apt install awscli nbd-client -y
10
DD_API_KEY=$(aws secretsmanager get-secret-value --secret-id "${api_key_secret_arn}" --query SecretString --region "${region}")
11
%{ else }
12
DD_API_KEY=${api_key}
0 commit comments