Skip to content

Commit

Permalink
docs(README.md): use the new variable scheduler_tag
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
diodonfrost committed Feb 16, 2021
1 parent f4578db commit 85f58e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module "stop_ec2_instance" {
ec2_schedule = "true"
rds_schedule = "false"
cloudwatch_alarm_schedule = "false"
resources_tag = {
scheduler_tag = {
key = "tostop"
value = "true"
}
Expand All @@ -46,7 +46,7 @@ module "start_ec2_instance" {
ec2_schedule = "true"
rds_schedule = "false"
cloudwatch_alarm_schedule = "false"
resources_tag = {
scheduler_tag = {
key = "tostop"
value = "true"
}
Expand Down

0 comments on commit 85f58e6

Please sign in to comment.