We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7bff7e commit 0cf4dddCopy full SHA for 0cf4ddd
packer/buildkite-ami.json
@@ -6,10 +6,6 @@
6
{
7
"type": "amazon-ebs",
8
"region": "{{user `region`}}",
9
-<<<<<<< HEAD:packer/buildkite-ami.json
10
- "source_ami": "{{user `ami`}}",
11
- "instance_type": "i3.large",
12
-=======
13
"source_ami_filter": {
14
"filters": {
15
"name": "amzn2-ami-hvm-2.0.*-gp2",
@@ -20,7 +16,6 @@
20
16
"most_recent": true
21
17
},
22
18
"instance_type": "m5.xlarge",
23
->>>>>>> db97804... Merge pull request #636 from cawilson/linux-dynamic-source-ami-filter:packer/linux/buildkite-ami.json
24
19
"spot_price": "auto",
25
"spot_price_auto_product": "Linux/UNIX (Amazon VPC)",
26
"ssh_username": "ec2-user",
0 commit comments