Skip to content

Commit

Permalink
destroy and rename asg add networking (#3416)
Browse files Browse the repository at this point in the history
* destroy and rename asg add networking

* remove asg

* rename, re-add user data

* comment asg in

* reference correct ips
  • Loading branch information
robertsweetman authored Sep 20, 2023
1 parent 4b54454 commit dfd9566
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ locals {
preproduction_config = {

baseline_ec2_autoscaling_groups = {
test-srv-1 = {
prepprod-tst-1 = {
config = merge(module.baseline_presets.ec2_instance.config.default, {
ami_name = "mp_WindowsServer2019_2023-*" # Microsoft Windows Server 2019 Base
ami_owner = "374269020027"
Expand Down Expand Up @@ -34,6 +34,12 @@ locals {
}
}
}
baseline_route53_zones = {
"hmpps-preproduction.modernisation-platform.service.justice.gov.uk" = {
records = [
]
}
}
}
}

Expand Down

0 comments on commit dfd9566

Please sign in to comment.