Skip to content
This repository was archived by the owner on Jan 13, 2026. It is now read-only.

Commit 410b95c

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6a1c6de commit 410b95c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/template.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"volume_type": "gp3"
1919
}
2020
],
21+
"name": "amazon-ebs-arm64",
2122
"profile": "{{user `aws_profile`}}",
2223
"region": "{{user `aws_region`}}",
2324
"secret_key": "{{user `aws_secret_key`}}",
@@ -44,8 +45,7 @@
4445
"SourceAmiName": "{{ .SourceAMIName }}"
4546
},
4647
"token": "{{user `aws_session_token`}}",
47-
"type": "amazon-ebs",
48-
"name": "amazon-ebs-arm64"
48+
"type": "amazon-ebs"
4949
},
5050
{
5151
"access_key": "{{user `aws_access_key`}}",
@@ -65,6 +65,7 @@
6565
"volume_type": "gp3"
6666
}
6767
],
68+
"name": "amazon-ebs-x86_64",
6869
"profile": "{{user `aws_profile`}}",
6970
"region": "{{user `aws_region`}}",
7071
"secret_key": "{{user `aws_secret_key`}}",
@@ -91,8 +92,7 @@
9192
"SourceAmiName": "{{ .SourceAMIName }}"
9293
},
9394
"token": "{{user `aws_session_token`}}",
94-
"type": "amazon-ebs",
95-
"name": "amazon-ebs-x86_64"
95+
"type": "amazon-ebs"
9696
}
9797
],
9898
"post-processors": [

0 commit comments

Comments
 (0)