File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -172,6 +172,7 @@ const alarmConfigurations: AlarmConfigurations = {
172
172
//////////////////////////////////////////////////////////////
173
173
174
174
const serviceRole = new aws . iam . Role ( "passport-embed-ecs-role" , {
175
+ name : "passport-embed-ecs-role" ,
175
176
assumeRolePolicy : JSON . stringify ( {
176
177
Version : "2012-10-17" ,
177
178
Statement : [
@@ -531,7 +532,7 @@ export const passportEmbedService = new aws.ecs.Service(
531
532
{
532
533
dependsOn : [ albPassportEmbedTargetGroup , passportEmbedTaskDefinition ] ,
533
534
ignoreChanges : [ "desiredCount" ] ,
534
- }
535
+ } ,
535
536
) ;
536
537
537
538
const ecsAutoScalingTargetXyz = new aws . appautoscaling . Target (
Original file line number Diff line number Diff line change @@ -184,6 +184,7 @@ const alarmConfigurations: AlarmConfigurations = {
184
184
//////////////////////////////////////////////////////////////
185
185
186
186
const serviceRole = new aws . iam . Role ( "passport-ecs-role" , {
187
+ name : "passport-ecs-role" ,
187
188
assumeRolePolicy : JSON . stringify ( {
188
189
Version : "2012-10-17" ,
189
190
Statement : [
You can’t perform that action at this time.
0 commit comments