Skip to content

Commit

Permalink
Revert test
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com>
  • Loading branch information
gaiksaya committed Feb 7, 2024
1 parent 9c1e9b8 commit fee39d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/infra/infra-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ export class InfraStack extends Stack {
}],
init: CloudFormationInit.fromElements(...this.getCfnInitElement(this, clusterLogGroup)),
initOptions: {
ignoreFailures: true,
ignoreFailures: false,
},
requireImdsv2: true,
});
Expand Down

0 comments on commit fee39d0

Please sign in to comment.