Skip to content

Commit 85f58e6

Browse files
committed
docs(README.md): use the new variable scheduler_tag
In README.md, renames the terraform variable "resource_tag" with the new variable name: "scheduler_tag". "resource_tag" name will remain valid but will be deprecated.
1 parent f4578db commit 85f58e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module "stop_ec2_instance" {
3131
ec2_schedule = "true"
3232
rds_schedule = "false"
3333
cloudwatch_alarm_schedule = "false"
34-
resources_tag = {
34+
scheduler_tag = {
3535
key = "tostop"
3636
value = "true"
3737
}
@@ -46,7 +46,7 @@ module "start_ec2_instance" {
4646
ec2_schedule = "true"
4747
rds_schedule = "false"
4848
cloudwatch_alarm_schedule = "false"
49-
resources_tag = {
49+
scheduler_tag = {
5050
key = "tostop"
5151
value = "true"
5252
}

0 commit comments

Comments
 (0)