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
* changed bastion access to list of cidr blocks, renamed control variables so downstream modules can distinguish between bastion host and bastion svc
* feat: changed bastion access to list of cidr blocks, renamed control variables so downstream modules can distinguish between bastion host and bastion svc
* updated Copyright
Copy file name to clipboardExpand all lines: docs/terraformoptions.adoc
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,9 +93,9 @@ Ensure you review the {uri-terraform-dependencies}[dependencies].
93
93
|1
94
94
95
95
|`bastion_access`
96
-
|CIDR block in the form of a string 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.
97
-
|ANYWHERE or a cidr block such as XXX.XXX.XXX.XXX/YY
98
-
|ANYWHERE
96
+
|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"]
99
99
100
100
|`ig_route_id`
101
101
|the route id to the internet gateway of the VCN
@@ -128,8 +128,8 @@ Ensure you review the {uri-terraform-dependencies}[dependencies].
128
128
|Values
129
129
|Default
130
130
131
-
|`create_bastion`
132
-
|whether to create the bastion
131
+
|`create_bastion_host`
132
+
|whether to create the bastion host
133
133
| true/false
134
134
|true
135
135
@@ -200,22 +200,22 @@ Ensure you review the {uri-terraform-dependencies}[dependencies].
200
200
|Values
201
201
|Default
202
202
203
-
|`enable_notification`
203
+
|`create_bastion_notification`
204
204
|Whether to enable ONS notification for the bastion host.
205
205
|true/false
206
206
|false
207
207
208
-
|`notification_endpoint`
208
+
|`bastion_notification_endpoint`
209
209
|The subscription notification endpoint. Email address to be notified. *Required if enable_notification = true* ..
210
210
|
211
211
|Autonomous
212
212
213
-
|`notification_protocol`
213
+
|`bastion_notification_protocol`
214
214
|The notification protocol used.
215
215
|
216
216
|EMAIL
217
217
218
-
|`notification_topic`
218
+
|`bastion_notification_topic`
219
219
|The name of the notification topic.
220
220
|
221
221
|bastion
@@ -237,7 +237,7 @@ Ensure you review the {uri-terraform-dependencies}[dependencies].
statements=["Allow dynamic-group ${oci_identity_dynamic_group.bastion_notification[0].name} to use ons-topic in compartment id ${var.compartment_id} where request.permission='ONS_TOPIC_PUBLISH'"]
0 commit comments