Skip to content

Commit

Permalink
add migration cidr to mis
Browse files Browse the repository at this point in the history
  • Loading branch information
sobostion committed Jan 9, 2025
1 parent f8697f8 commit d873b27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/environments/delius-mis/locals_development.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ locals {
migration_environment_full_name = "dmd-mis-dev"
migration_environment_abbreviated_name = "dmd"
migration_environment_short_name = "mis-dev"
migration_environment_private_cidr = ["10.162.32.0/22", "10.162.36.0/22", "10.162.40.0/22"]
cloudwatch_alarm_schedule = true
cloudwatch_alarm_disable_time = "20:45"
cloudwatch_alarm_enable_time = "06:15"
Expand Down

0 comments on commit d873b27

Please sign in to comment.