Skip to content

Commit dcce304

Browse files
committed
packer/outscale: bump outscale provider to 1.5.0
1 parent 2776e8c commit dcce304

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

images/capi/packer/outscale/config.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ packer {
22
required_plugins {
33
outscale = {
44
source = "github.com/outscale/outscale"
5-
version = "~> 1.2.0"
5+
version = "~> 1.5.0"
66
}
77
}
88
}

images/capi/packer/outscale/packer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"{{ user `account_id` }}"
88
],
99
"omi_name": "{{user `omi_name`}}",
10+
"omi_boot_modes": ["legacy", "uefi"],
1011
"region": "{{ user `region` }}",
1112
"secret_key": "{{ user `secret_key` }}",
1213
"source_omi": "{{ user `source_image` }}",
@@ -126,6 +127,6 @@
126127
"runc_url": "https://github.com/opencontainers/runc/releases/download/v{{user `runc_version`}}/runc.amd64",
127128
"runc_version": null,
128129
"secret_key": "{{env `OSC_SECRET_KEY`}}",
129-
"vm_type": "tinav5.c2r4p2"
130+
"vm_type": "tinav6.c2r4p2"
130131
}
131132
}

0 commit comments

Comments
 (0)