diff --git a/infra/aws/index.ts b/infra/aws/index.ts index 24600b2..6bfd35b 100644 --- a/infra/aws/index.ts +++ b/infra/aws/index.ts @@ -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: [