Skip to content

Commit

Permalink
add route 53 zones for all onr environments
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsweetman committed May 2, 2024
1 parent bd497ba commit 718f5e3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ locals {
autoscaling_schedules = module.baseline_presets.ec2_autoscaling_schedules.working_hours
})
}
baseline_route53_zones = {
"development.reporting.oasys.service.justice.gov.uk" = {}
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@ locals {

# baseline config
preproduction_config = {
baseline_route53_zones = {
"preproduction.reporting.oasys.service.justice.gov.uk" = {}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@ locals {

# baseline config
production_config = {
baseline_route53_zones = {
"reporting.oasys.service.justice.gov.uk" = {}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,8 @@ locals {
autoscaling_schedules = module.baseline_presets.ec2_autoscaling_schedules.working_hours
})
}
baseline_route53_zones = {
"test.reporting.oasys.service.justice.gov.uk" = {}
}
}
}

0 comments on commit 718f5e3

Please sign in to comment.