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 d046123 commit 2ea88c4Copy full SHA for 2ea88c4
ocne2/build.yml
@@ -9,7 +9,10 @@
9
availability_domain: "{{ my_availability_domain }}"
10
compartment_id: "{{ my_compartment_id }}"
11
name: "{{ item.value.instance_name | default('instance-'~timestamp) }}"
12
- image_id: "{{ ol_image_id }}"
+ source_details:
13
+ image_id: "{{ ol_image_id }}"
14
+ source_type: image
15
+ boot_volume_size_in_gbs: 128
16
shape: "{{ instance_shape }}"
17
shape_config:
18
ocpus: "{{ instance_ocpus }}"
0 commit comments