Skip to content

Commit

Permalink
fix: use state property instead of the deprecated isEnabled
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed May 28, 2024
1 parent 04482b6 commit a51231b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pulumi-aws/src/apps/api/ApiApwScheduler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const ApiApwScheduler = createAppModule({
config: {
description: `Enable us to schedule an action in publishing workflow at a particular datetime`,
scheduleExpression: "cron(* * * * ? 2000)",
isEnabled: true
state: "ENABLED"
}
});

Expand Down

0 comments on commit a51231b

Please sign in to comment.