Skip to content

Commit 374205b

Browse files
authored
Fix typo s/ndb-client/nbd-client/ (#47)
1 parent 49184b0 commit 374205b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/user_data/templates/install.sh.tftpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -o pipefail
66

77
%{ if api_key_secret_arn != null }
88
apt update
9-
apt install awscli ndb-client -y
9+
apt install awscli nbd-client -y
1010
DD_API_KEY=$(aws secretsmanager get-secret-value --secret-id "${api_key_secret_arn}" --query SecretString --region "${region}")
1111
%{ else }
1212
DD_API_KEY=${api_key}

0 commit comments

Comments
 (0)