diff --git a/dist/index.js b/dist/index.js index 94d4c57b2..e76c33738 100644 --- a/dist/index.js +++ b/dist/index.js @@ -340,7 +340,7 @@ async function run() { awsvpcConfiguration: { subnets: subnets.split(','), securityGroups: securityGroups.split(','), - assignPublicIp: assignPublicIp === 'true', + assignPublicIp, }, }; }