Skip to content

Commit

Permalink
Fix argument name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ruffsl committed Dec 11, 2024
1 parent 8553103 commit b253eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patches/ubuntu/templates/ubuntu24-full-x64.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ source "amazon-ebs" "build_ebs" {
# make AMIs publicly accessible
# ami_groups = ["all"]
ebs_optimized = true
instance_types = ["m7i-flex.large"]
instance_type = ["m7i-flex.large"]
region = "${var.region}"
ssh_username = "ubuntu"
subnet_id = "${var.subnet_id}"
Expand Down

0 comments on commit b253eaa

Please sign in to comment.