diff --git a/terraform/environments/example/ec2_complete.tf b/terraform/environments/example/ec2_complete.tf index d5b7c020ff4..e0333e915bc 100644 --- a/terraform/environments/example/ec2_complete.tf +++ b/terraform/environments/example/ec2_complete.tf @@ -54,6 +54,8 @@ locals { os-type = "Linux" component = "ndh" environment = "development" + startup = "0 8 * * *" + shutdown = "0 20 * * *" } ebs_volumes = { "/dev/sdf" = { size = 20, type = "gp3" } @@ -86,6 +88,8 @@ locals { os-type = "Linux" component = "ndh" environment = "development" + startup = "30 8 * * *" + shutdown = "30 20 * * *" } ebs_volumes = { "/dev/sdf" = { size = 20, type = "gp3" }