Skip to content

Commit

Permalink
modify role name
Browse files Browse the repository at this point in the history
  • Loading branch information
larisa17 committed Jul 1, 2024
1 parent 262b97c commit 4f9c9bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/aws/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const vpcId = coreInfraStack.getOutput("vpcId");

const albHttpsListenerArn = coreInfraStack.getOutput("coreAlbHttpsListenerArn");

const serviceRole = new aws.iam.Role("passport-ecs-role", {
const serviceRole = new aws.iam.Role("scroll-badge-ecs-role", {
assumeRolePolicy: JSON.stringify({
Version: "2012-10-17",
Statement: [
Expand Down

0 comments on commit 4f9c9bc

Please sign in to comment.