File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,11 +47,11 @@ variable "aws_lb_target_groups" {
47
47
//
48
48
// ECS optimized AMIs per region
49
49
// Amazon Linux 2
50
- // Once upgraded check the Container Agent Version again and that the AMI ID in the EC@ console has changed as specified.
50
+ // Once upgraded check the Container Agent Version again and that the AMI ID in the EC2 console has changed as specified.
51
51
variable "ecs_image_id" {
52
52
default = {
53
- ap-southeast-1 = " ami-01eadf33e58113fa2 " // Singapore. Last modified date: Fri, 21 May 2021 23:08:18 GMT. Version 62
54
- ap-southeast-2 = " ami-0ce714360ecb86a7b " // Sydney. Last modified date: Fri, 21 May 2021 22:58:26 GMT. Version 62
53
+ ap-southeast-1 = " ami-0d7046e1d357b6b85 " // Singapore. Last modified date: Fri, 10 Dec 2021 00:20:09 GMT. Version 78
54
+ ap-southeast-2 = " ami-0ecac5dc97c76f51d " // Sydney. Last modified date: Fri, 10 Dec 2021 00:20:01 GMT. Version 78
55
55
}
56
56
}
57
57
You can’t perform that action at this time.
0 commit comments