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
+8-28Lines changed: 8 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,31 +29,11 @@ Ensure you review the {uri-terraform-dependencies}[dependencies].
29
29
|Values
30
30
|Default
31
31
32
-
|`api_fingerprint`
33
-
|ssl fingerprint of api public key. *Required when configuring provider*.
34
-
|
35
-
|None
36
-
37
-
|`api_private_key_path`
38
-
|path to api private key. *Required when configuring provider*.
39
-
|
40
-
|None
41
-
42
-
|`region`
43
-
|Region where to provision the OKE cluster. {uri-oci-region}[List of regions]. *Required when configuring provider*.
44
-
|
45
-
|None
46
-
47
32
|`tenancy_id`
48
33
|Tenancy id of the user. *Required when configuring provider*.
49
34
|
50
35
|None
51
36
52
-
|`user_id`
53
-
|User's id. *Required when configuring provider*.
54
-
|
55
-
|None
56
-
57
37
|===
58
38
59
39
== General OCI
@@ -94,8 +74,8 @@ Ensure you review the {uri-terraform-dependencies}[dependencies].
94
74
95
75
|`bastion_access`
96
76
|A list of CIDR blocks to which ssh access to the bastion must be restricted to. *anywhere* is equivalent to 0.0.0.0/0 and allows ssh access from anywhere. Updatable.
97
-
|["anywhere"] or a list of cidr block such as [XXX.XXX.XXX.XXX/YY]
98
-
|["anywhere"]
77
+
|`["anywhere"]`` or a list of cidr block such as `[XXX.XXX.XXX.XXX/YY]`
78
+
|`["anywhere"]`
99
79
100
80
|`ig_route_id`
101
81
|the route id to the internet gateway of the VCN
@@ -138,7 +118,7 @@ Ensure you review the {uri-terraform-dependencies}[dependencies].
138
118
|imageid/Autonomous
139
119
|Autonomous
140
120
141
-
|`bastion_operating_system_version`
121
+
|`bastion_os_version`
142
122
|In case Autonomous Linux is used, allow specification of Autonomous version
143
123
|
144
124
|7.9
@@ -160,7 +140,7 @@ Ensure you review the {uri-terraform-dependencies}[dependencies].
160
140
161
141
|`bastion_state`
162
142
|The target state for the instance. Could be set to RUNNING or STOPPED. (Updatable)
163
-
|RUNNING|STOPPED
143
+
|RUNNING/STOPPED
164
144
|RUNNING
165
145
166
146
|`bastion_timezone`
@@ -170,7 +150,7 @@ Ensure you review the {uri-terraform-dependencies}[dependencies].
170
150
171
151
|`bastion_type`
172
152
|Whether to make the bastion host public or private.
173
-
|public|private
153
+
|public/private
174
154
|public
175
155
176
156
|`ssh_public_key`
@@ -200,7 +180,7 @@ Ensure you review the {uri-terraform-dependencies}[dependencies].
200
180
|Values
201
181
|Default
202
182
203
-
|`create_bastion_notification`
183
+
|`enable_bastion_notification`
204
184
|Whether to enable ONS notification for the bastion host.
205
185
|true/false
206
186
|false
@@ -230,13 +210,13 @@ Ensure you review the {uri-terraform-dependencies}[dependencies].
0 commit comments