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
added state and OS version for bastion host, renamed control variable… (#19)
* add State and OS version for bastion host
* add sort order on images
* add deprecation notice for bastion_enabled Input Variable
Co-authored-by: Çetin ARDAL <[email protected]>
Copy file name to clipboardExpand all lines: docs/terraformoptions.adoc
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,12 +105,12 @@ Ensure you review the {uri-terraform-dependencies}[dependencies].
105
105
|`netnum`
106
106
|0-based index of the bastion subnet when the VCN's CIDR is masked with the corresponding newbit value.
107
107
|
108
-
|32
108
+
|0
109
109
110
110
|`newbits`
111
111
|The difference between the VCN's netmask and the desired bastion subnet mask.
112
112
|
113
-
|13
113
+
|14
114
114
115
115
|`vcn_id`
116
116
|The id of the VCN to use when creating the bastion resources. *Required*
@@ -138,6 +138,11 @@ Ensure you review the {uri-terraform-dependencies}[dependencies].
138
138
|imageid/Autonomous
139
139
|Autonomous
140
140
141
+
|`bastion_operating_system_version`
142
+
|In case Autonomous Linux is used, allow specification of Autonomous version
143
+
|
144
+
|7.9
145
+
141
146
|`bastion_shape`
142
147
|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
148
|e.g. `bastion_shape = {
@@ -153,6 +158,11 @@ Ensure you review the {uri-terraform-dependencies}[dependencies].
153
158
boot_volume_size=50
154
159
}`
155
160
161
+
|`bastion_state`
162
+
|The target state for the instance. Could be set to RUNNING or STOPPED. (Updatable)
163
+
|RUNNING|STOPPED
164
+
|RUNNING
165
+
156
166
|`bastion_upgrade`
157
167
|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