Skip to content

Commit

Permalink
Merge pull request #6229 from ministryofjustice/example-ec2-tags
Browse files Browse the repository at this point in the history
Adds tags for use by flexible schedule github workflow re issue 6709
  • Loading branch information
mikereiddigital authored May 23, 2024
2 parents e7b2952 + 8cf0189 commit 6fea35e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions terraform/environments/example/ec2_complete.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down Expand Up @@ -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" }
Expand Down

0 comments on commit 6fea35e

Please sign in to comment.