Skip to content

Commit c45d1bc

Browse files
authored
Update SupportforAdditionalAttributes.md
1 parent b718625 commit c45d1bc

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

cd3_automation_toolkit/documentation/user_guide/learn_more/SupportforAdditionalAttributes.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@
1515

1616
<img src =https://user-images.githubusercontent.com/115973871/215402830-d7856e2d-0bd9-43b9-94bd-df039a90b942.png width=50% height=50%>
1717

18-
<li>Uncomment the parameter in **instances.tf** file as shown below.</li>
18+
19+
Uncomment the parameter in **instances.tf** file as shown below.
1920

2021
<img src =https://user-images.githubusercontent.com/115973871/215402973-72857dbd-5efd-40d9-8a7f-3541eb85af66.png width=50% height=50%>
2122

22-
<li>Uncomment the parameter in **cd3_automation_toolkit\Compute\templates\instance-template** . Any line that is between {# <and> #} are commented in Jinja templates. From the screenshot below we note that the condition for **preserve_boot_volume** is within the Jinja comments. Copy the highlighted line and place it after/outside line 184 (**#}**) as per below screenshot.</li>
23+
Uncomment the parameter in **cd3_automation_toolkit\Compute\templates\instance-template** . Any line that is between {# <and> #} are commented in Jinja templates. From the screenshot below we note that the condition for **preserve_boot_volume** is within the Jinja comments. Copy the highlighted line and place it after/outside line 184 (**#}**) as per below screenshot.
2324

2425
**Before**
2526

@@ -29,7 +30,9 @@
2930

3031
<img src =https://user-images.githubusercontent.com/115973871/215403345-fa24edf5-73d5-4417-ae71-9df216ec95bb.png width=50% height=50%>
3132

32-
<li>Apart from the above changes, optionally, update the **instance_ssh_keys** and **instance_source_ocids** in your variables file before executing the toolkit to generate the auto.tfvars for instances.</li>
33+
34+
Apart from the above changes, optionally, update the **instance_ssh_keys** and **instance_source_ocids** in your variables file before executing the toolkit to generate the auto.tfvars for instances.
35+
3336

3437

3538
**Exemple 2 : To Add Freeform Tags**

0 commit comments

Comments
 (0)