Skip to content

Commit

Permalink
Test_Instance_120923_2 (#3341)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbuckingham72 authored and vladimir-kovalyov committed Sep 14, 2023
1 parent f062390 commit 0532ed5
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 @@ -500,7 +500,7 @@ resource "aws_instance" "s618358rgvw205" {

resource "aws_instance" "s618358test" {
count = local.is-production == true ? 1 : 0
ami = "ami-09301a37d119fe4c5"
ami = "ami-070c9a4ee0e5d83d5"
instance_type = "m5.large"
source_dest_check = false
iam_instance_profile = aws_iam_instance_profile.ec2_profile.id
Expand Down

0 comments on commit 0532ed5

Please sign in to comment.