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
replaced deprecated template_file data source with templatefile function (#28)
* added support for private bastion, changed default shape to E4.Flex
* replaced deprecated template_file data source with templatefile function, renamed variables
* Update CHANGELOG.adoc
* moved templating function into locals
* minor typo
* changed cloud init provider
* Update versions.tf
Copy file name to clipboardExpand all lines: docs/terraformoptions.adoc
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,7 +128,7 @@ Ensure you review the {uri-terraform-dependencies}[dependencies].
128
128
|Values
129
129
|Default
130
130
131
-
|`bastion_enabled`
131
+
|`create_bastion`
132
132
|whether to create the bastion
133
133
| true/false
134
134
|true
@@ -163,16 +163,16 @@ Ensure you review the {uri-terraform-dependencies}[dependencies].
163
163
|RUNNING|STOPPED
164
164
|RUNNING
165
165
166
+
|`bastion_timezone`
167
+
|The preferred timezone for the bastion host. {uri-timezones}[List of timezones]
168
+
|e.g. Australia/Sydney
169
+
|The preferred timezone for the bastion host. {uri-timezones}[List of timezones]
170
+
166
171
|`bastion_type`
167
172
|Whether to make the bastion host public or private.
168
173
|public|private
169
174
|public
170
175
171
-
|`bastion_upgrade`
172
-
|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.
173
-
|true/false
174
-
|true
175
-
176
176
|`ssh_public_key`
177
177
|the content of the ssh public key used to access the bastion. set this or the ssh_public_key_path
178
178
|
@@ -183,10 +183,10 @@ Ensure you review the {uri-terraform-dependencies}[dependencies].
183
183
|""
184
184
|
185
185
186
-
|`timezone`
187
-
|The preferred timezone for the bastion host. {uri-timezones}[List of timezones]
188
-
|e.g. Australia/Sydney
189
-
|The preferred timezone for the bastion host. {uri-timezones}[List of timezones]
186
+
|`upgrade_bastion`
187
+
|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.
188
+
|true/false
189
+
|true
190
190
191
191
|===
192
192
@@ -200,13 +200,13 @@ Ensure you review the {uri-terraform-dependencies}[dependencies].
200
200
|Values
201
201
|Default
202
202
203
-
|`notification_enabled`
203
+
|`enable_notification`
204
204
|Whether to enable ONS notification for the bastion host.
205
205
|true/false
206
206
|false
207
207
208
208
|`notification_endpoint`
209
-
|The subscription notification endpoint. Email address to be notified. *Required if notification_enabled = true* ..
209
+
|The subscription notification endpoint. Email address to be notified. *Required if enable_notification = true* ..
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