Skip to content

Commit 6256f16

Browse files
committed
Modified Descriptions for Parameters
1 parent c7989fe commit 6256f16

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

template.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ Globals:
1414
Parameters:
1515
TagKey:
1616
Type: String
17-
Description: Name of the Tag associated to EC2 instance
17+
Description: Name of the Tag Key associated to EC2 instance. Example=Name
1818
TagValue:
1919
Type: String
20-
Description: Value of the Tag Name associated to EC2 instance
20+
Description: Value of the Tag Key associated to EC2 instance. Example=Demo
2121
Action:
2222
Type: String
2323
AllowedValues: [ "START" , "STOP", "REBOOT" ]
24-
Description: Action to be performed on associated EC2 instance
24+
Description: Action to be performed on associated EC2 instance. Allowed Values are "START" or "STOP" or "REBOOT".
2525
CronSchedule:
2626
Type: String
2727
Description: Refer https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html
@@ -36,7 +36,7 @@ Metadata:
3636
ReadmeUrl: README.md
3737
Labels: ['devops-made-easy', "ec2-start-stop", "savings", "auto-start-stop", "ec2"]
3838
HomePageUrl: https://github.com/devops-made-easy/ec2-cron
39-
SemanticVersion: 1.0.0
39+
SemanticVersion: 1.0.1
4040
SourceCodeUrl: https://github.com/devops-made-easy/ec2-cron
4141

4242
Resources:

0 commit comments

Comments
 (0)