There was an error while loading. Please reload this page.
2 parents a7d59e1 + c0788ca commit bcd90efCopy full SHA for bcd90ef
1 file changed
IaC/3-v3/aws/modules/nat-instance/user_data.sh.tpl
@@ -6,6 +6,10 @@
6
# ============================================================
7
set -euo pipefail
8
9
+# --- Install AWS CLI ---
10
+DEBIAN_FRONTEND=noninteractive apt-get update -qq
11
+DEBIAN_FRONTEND=noninteractive apt-get install -y -qq awscli
12
+
13
REGION="${region}"
14
ROUTE_TABLE_IDS="${route_table_ids}"
15
VPC_CIDR="${vpc_cidr}"
0 commit comments