Skip to content

Commit c3dd4c3

Browse files
committed
Bump images for 3.39 release
1 parent e4bb26f commit c3dd4c3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

modules/docker-mirror/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ variable "subnet_id" {
1010

1111
variable "machine_ami" {
1212
type = string
13-
default = "ami-0df4d211eb3ddd097"
13+
default = "ami-0c93ba8ed3ff83cf5"
1414
description = "AMI for the EC2 instance to use. Must be in the same availability zone."
1515
}
1616

modules/executors/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ variable "resource_prefix" {
1616

1717
variable "machine_image" {
1818
type = string
19-
default = "ami-032c4a67afefa6efd"
19+
default = "ami-0d276b56a03378b2e"
2020
description = "Executor node machine disk image to use for creating the boot volume."
2121
}
2222

variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ variable "availability_zone" {
55

66
variable "docker_mirror_machine_ami" {
77
type = string
8-
default = "ami-0df4d211eb3ddd097"
8+
default = "ami-0c93ba8ed3ff83cf5"
99
description = "AMI for the EC2 instance to use. Must be in the same availability zone."
1010
}
1111

@@ -47,7 +47,7 @@ variable "executor_resource_prefix" {
4747

4848
variable "executor_machine_image" {
4949
type = string
50-
default = "ami-032c4a67afefa6efd"
50+
default = "ami-0d276b56a03378b2e"
5151
description = "Executor node machine disk image to use for creating the boot volume."
5252
}
5353

0 commit comments

Comments
 (0)