diff --git a/dist/index.js b/dist/index.js index 4573f4db..b595cac6 100644 --- a/dist/index.js +++ b/dist/index.js @@ -62847,7 +62847,8 @@ async function startEc2Instance(label, githubRegistrationToken) { IamInstanceProfile: { Name: config.input.iamRoleName }, TagSpecifications: config.tagSpecifications, Placement: { - Tenancy: 'host' + Tenancy: 'host', + HostId: 'h-00f82bda389004cae' } };