From a0d3398cd892ebad67346e009f93193c4c30dbc1 Mon Sep 17 00:00:00 2001 From: Julen Dixneuf Date: Wed, 17 Apr 2024 16:20:12 +0200 Subject: [PATCH] docs: adjust infos on README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 405d00f..1923c71 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,8 @@ For example, if you want to shutdown during nights and weekends all staging reso ```hcl module "aws_start_stop_scheduler" { - source = "terraform-registry.playground.padok.cloud/incubator/start_stop_scheduler/aws" - version = "v0.5.0" + source = "github.com/padok-team/terraform-aws-start-stop-scheduler" + version = "v0.3.1" name = "start_stop_scheduler" schedules = [ @@ -197,6 +197,8 @@ schedules = [ tag_value = "ec2_karpenter" # EC2 instances launched by Karpenter are tagged with this }, ] + +ec2_schedule = true # karpenter spawn raw EC2 instances ``` ### Gracefully handle databases shutdown for applications