Skip to content

Commit

Permalink
fix ess scheduled task name
Browse files Browse the repository at this point in the history
  • Loading branch information
xiao201208 committed May 21, 2024
1 parent 80b0f89 commit f87a698
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ Resources:
Type: 'ALIYUN::ESS::ScheduledTask'
Properties:
ScheduledTaskName:
Fn::Sub: ${CommonName}-task1
Fn::Sub: ${CommonName}-task1-${ALIYUN::StackId}
LaunchTime:
Ref: ScalingTime
ScheduledAction:
Expand All @@ -365,7 +365,7 @@ Resources:
Type: 'ALIYUN::ESS::ScheduledTask'
Properties:
ScheduledTaskName:
Fn::Sub: ${CommonName}-task2
Fn::Sub: ${CommonName}-task2-${ALIYUN::StackId}
LaunchTime:
Ref: ScalingTime2
ScheduledAction:
Expand Down

0 comments on commit f87a698

Please sign in to comment.