Skip to content

Commit

Permalink
change tenancy
Browse files Browse the repository at this point in the history
  • Loading branch information
arielly-parussulo committed Apr 27, 2023
1 parent d210e8e commit 74ad023
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -62847,7 +62847,7 @@ async function startEc2Instance(label, githubRegistrationToken) {
IamInstanceProfile: { Name: config.input.iamRoleName },
TagSpecifications: config.tagSpecifications,
Placement: {
Tenancy: 'dedicated'
Tenancy: 'host'
}
};

Expand Down
2 changes: 1 addition & 1 deletion src/aws.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ async function startEc2Instance(label, githubRegistrationToken) {
IamInstanceProfile: { Name: config.input.iamRoleName },
TagSpecifications: config.tagSpecifications,
Placement: {
Tenancy: 'dedicated'
Tenancy: 'host'
}
};

Expand Down

0 comments on commit 74ad023

Please sign in to comment.