You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/terraformoptions.adoc
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,9 +139,19 @@ Ensure you review the {uri-terraform-dependencies}[dependencies].
139
139
|Autonomous
140
140
141
141
|`bastion_shape`
142
-
|The shape of bastion instance.
143
-
|e.g. VM.Standard.E2.2
144
-
|VM.Standard.E2.2
142
+
|The shape of bastion instance. This is now specified as a map and supports E3.Flex. If a non-Flex shape is specified, then the other parameters are ignored.
143
+
|e.g. `bastion_shape = {
144
+
shape="VM.Standard.E3.Flex",
145
+
ocpus=1,
146
+
memory=4,
147
+
boot_volume_size=50
148
+
}`
149
+
|`bastion_shape = {
150
+
shape="VM.Standard.E3.Flex",
151
+
ocpus=1,
152
+
memory=4,
153
+
boot_volume_size=50
154
+
}`
145
155
146
156
|`bastion_upgrade`
147
157
|Whether to upgrade the bastion host packages after provisioning. It's useful to set this to false during development/testing so the bastion is provisioned faster.
0 commit comments