File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ variable "subnet_id" {
1010
1111variable "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
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ variable "resource_prefix" {
1616
1717variable "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
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ variable "availability_zone" {
55
66variable "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
4848variable "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
You can’t perform that action at this time.
0 commit comments