Skip to content

Commit

Permalink
Merge pull request #8993 from ministryofjustice/TM-775
Browse files Browse the repository at this point in the history
TM-775 Allow WorkSpace access to Apex
  • Loading branch information
vc13837 authored Dec 6, 2024
2 parents b35cbc2 + 37f509d commit 752178d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion terraform/environments/apex/aws_waf_ipset.txt
Original file line number Diff line number Diff line change
Expand Up @@ -213,4 +213,7 @@
20.26.11.71/32
20.26.11.108/32
51.149.251.0/24
51.149.249.64/29
51.149.249.64/29
52.56.212.11/32
35.177.173.197/32
35.176.254.38/32
2 changes: 1 addition & 1 deletion terraform/environments/apex/ec2.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ resource "aws_instance" "apex_db_instance" {
user_data_replace_on_change = true

lifecycle {
ignore_changes = [user_data_base64]
ignore_changes = [user_data_base64, user_data_replace_on_change]
}

root_block_device {
Expand Down

0 comments on commit 752178d

Please sign in to comment.