Skip to content

Commit

Permalink
Merge pull request #4249 from ministryofjustice/Update_061223
Browse files Browse the repository at this point in the history
Update_061223
  • Loading branch information
nbuckingham72 authored Dec 6, 2023
2 parents 8172d2a + 54511b1 commit a465731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/ppud/instances.tf
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ resource "aws_instance" "s609693lo6vw103" {

resource "aws_instance" "s609693lo6vw110" {
count = local.is-development == true ? 1 : 0
ami = "ami-0d8e82a3d7fda95e0"
ami = "ami-0c261875f6ed81278"
instance_type = "m5.large"
source_dest_check = false
iam_instance_profile = aws_iam_instance_profile.ec2_profile.id
Expand Down

0 comments on commit a465731

Please sign in to comment.