Skip to content

Commit

Permalink
planetfm: TM-152: switch to network lb prod (#7684)
Browse files Browse the repository at this point in the history
  • Loading branch information
drobinson-moj authored Sep 4, 2024
1 parent a299764 commit 6fe4f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/planetfm/locals_production.tf
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ locals {
]
lb_alias_records = [
{ name = "cafmtrainweb", type = "A", lbs_map_key = "cafmtrainweb" },
{ name = "cafmwebx2", type = "A", lbs_map_key = "private" },
{ name = "cafmwebx2", type = "A", lbs_map_key = "cafmwebx2" },
]
}
}
Expand Down

0 comments on commit 6fe4f62

Please sign in to comment.