Commit 828c21e 1 parent 00e2c43 commit 828c21e Copy full SHA for 828c21e
File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ source "amazon-ebs" "build_image" {
234
234
ami_virtualization_type = "hvm"
235
235
ami_groups = var.aws_private_ami ? [] : ["all"]
236
236
ebs_optimized = true
237
- spot_instance_types = ["t3 .xlarge"]
237
+ spot_instance_types = ["m7i .xlarge"]
238
238
spot_price = "1.00"
239
239
region = "${var.aws_region}"
240
240
ssh_username = "ubuntu"
Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ source "amazon-ebs" "build_image" {
234
234
ami_virtualization_type = "hvm"
235
235
ami_groups = var.aws_private_ami ? [] : ["all"]
236
236
ebs_optimized = true
237
- spot_instance_types = ["t4g .xlarge"]
237
+ spot_instance_types = ["m7g .xlarge"]
238
238
spot_price = "1.00"
239
239
region = "${var.aws_region}"
240
240
ssh_username = "ubuntu"
Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ source "amazon-ebs" "build_image" {
234
234
ami_virtualization_type = "hvm"
235
235
ami_groups = var.aws_private_ami ? [] : ["all"]
236
236
ebs_optimized = true
237
- spot_instance_types = ["t3 .xlarge"]
237
+ spot_instance_types = ["m7i .xlarge"]
238
238
spot_price = "1.00"
239
239
region = "${var.aws_region}"
240
240
ssh_username = "ubuntu"
Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ source "amazon-ebs" "build_image" {
220
220
ami_virtualization_type = "hvm"
221
221
ami_groups = var.aws_private_ami ? [] : ["all"]
222
222
ebs_optimized = true
223
- spot_instance_types = ["t3 .xlarge"]
223
+ spot_instance_types = ["m7i .xlarge"]
224
224
spot_price = "1.00"
225
225
region = "${var.aws_region}"
226
226
ssh_username = "ubuntu"
You can’t perform that action at this time.
0 commit comments