Skip to content

Commit

Permalink
Reverting AMIs back to original, were changed to make running tests i…
Browse files Browse the repository at this point in the history
…n my environment easier
  • Loading branch information
Jamian committed Aug 11, 2019
1 parent ba8064c commit d612590
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions aws/resource_aws_lb_target_group_attachment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ resource "aws_lb_target_group_attachment" "test" {
}
resource "aws_instance" "test" {
ami = "ami-0bdfa1adc3878cd23"
ami = "ami-f701cb97"
instance_type = "t2.micro"
subnet_id = "${aws_subnet.subnet.id}"
}
Expand Down Expand Up @@ -308,7 +308,7 @@ resource "aws_lb_target_group_attachment" "test" {
}
resource "aws_instance" "test" {
ami = "ami-0bdfa1adc3878cd23"
ami = "ami-f701cb97"
instance_type = "t2.micro"
subnet_id = "${aws_subnet.subnet.id}"
}
Expand Down Expand Up @@ -365,7 +365,7 @@ resource "aws_alb_target_group_attachment" "test" {
}
resource "aws_instance" "test" {
ami = "ami-0bdfa1adc3878cd23"
ami = "ami-f701cb97"
instance_type = "t2.micro"
subnet_id = "${aws_subnet.subnet.id}"
}
Expand Down Expand Up @@ -422,7 +422,7 @@ resource "aws_lb_target_group_attachment" "test" {
}
resource "aws_instance" "test" {
ami = "ami-0bdfa1adc3878cd23"
ami = "ami-f701cb97"
instance_type = "t2.micro"
subnet_id = "${aws_subnet.subnet.id}"
}
Expand Down

0 comments on commit d612590

Please sign in to comment.