From e84d6acb65f98446d858192a6ab942d3f201ce7b Mon Sep 17 00:00:00 2001 From: Sho Ishida Date: Tue, 14 Jul 2026 05:51:18 +0000 Subject: [PATCH] Add #cloud-config at the top --- terraform/templates/cloud_init.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/terraform/templates/cloud_init.cfg b/terraform/templates/cloud_init.cfg index 051d97e..10f6d2d 100644 --- a/terraform/templates/cloud_init.cfg +++ b/terraform/templates/cloud_init.cfg @@ -1,3 +1,4 @@ +#cloud-config package_update: true package_upgrade: false