Skip to content

Commit 187deb1

Browse files
committed
fix: format linux-al2023 packer config
1 parent ebbff38 commit 187deb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

images/linux-al2023/github_agent.linux.pkr.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,13 @@ data "http" github_runner_release_json {
109109

110110
locals {
111111
runner_version = coalesce(var.runner_version, trimprefix(jsondecode(data.http.github_runner_release_json.body).tag_name, "v"))
112-
instance_type = coalesce(var.instance_type, var.architecture == "arm64" ? "t4g.medium" : "m3.medium")
112+
instance_type = coalesce(var.instance_type, var.architecture == "arm64" ? "t4g.medium" : "m3.medium")
113113
}
114114

115115
source "amazon-ebs" "githubrunner" {
116116
ami_name = "github-runner-al2023-${var.architecture}-${formatdate("YYYYMMDDhhmm", timestamp())}"
117117
instance_type = local.instance_type
118-
iam_instance_profile = var.iam_instance_profile
118+
iam_instance_profile = var.iam_instance_profile
119119
region = var.region
120120
security_group_id = var.security_group_id
121121
subnet_id = var.subnet_id

0 commit comments

Comments
 (0)