Skip to content

Commit 3044879

Browse files
committed
Bump to executors image for 3.35
1 parent 0f630d5 commit 3044879

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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-09c5b27afc570bedf"
13+
default = "ami-0bd834c14fc8efcc1"
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-0fcc3956b8e1bdcde"
19+
default = "ami-0757615f3c4c59b67"
2020
description = "Executor node machine disk image to use for creating the boot volume."
2121
}
2222

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ variable "executor_resource_prefix" {
4747

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

0 commit comments

Comments
 (0)