Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
Signed-off-by: jayfranco999 <[email protected]>
  • Loading branch information
jayfranco999 committed Oct 3, 2024
1 parent a928364 commit 83dcbf7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ manifest.json
creds.json
vars.json

AWSCLIV2.pkg
4 changes: 2 additions & 2 deletions locals.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ locals {
unique_image_name = format("%s-%s", local.image_name, local.now_unix_timestamp)
# List available SKUs with the command `az vm image list-skus --offer 0001-com-ubuntu-server-jammy --location eastus --publisher canonical --output table`
aws_spot_instance_types = {
# 4 vCPU x86 / 16 GB / $0.1504 - https://aws.amazon.com/fr/ec2/instance-types/t3/#Product_Details
# 4 vCPU x86 / 16 GB / $0.1670 - https://aws.amazon.com/en/ec2/instance-types/t3/#Product_Details
"amd64" = ["t3.xlarge", "t3a.xlarge", "t2.xlarge", "m6a.xlarge"]
# 4 vCPU ARM64 (Gravitnb)/ 16 GB / $0.1344 - https://aws.amazon.com/fr/ec2/instance-types/t4/#Product_Details
# 4 vCPU ARM64 (Gravitnb)/ 16 GB / $0.1344 - https://aws.amazon.com/en/ec2/instance-types/t4/#Product_Details
"arm64" = ["t4g.xlarge", "m7g.xlarge"]
}
az_instance_image_sku = {
Expand Down
4 changes: 2 additions & 2 deletions main.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ packer {
required_version = ">= 1.7.2, < 2"
required_plugins {
amazon = {
version = "1.2.2"
source = "github.com/hashicorp/amazon"
version = "1.3.3"
source = "github.com/hashicorp/packer-plugin-amazon"
}
windows-update = {
version = "0.16.8"
Expand Down

0 comments on commit 83dcbf7

Please sign in to comment.