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
feat: added 1 egress rule to operator subnet (#48)
* feat: added 1 egress rule to operator subnet so users can use OCI bastion service to ssh to operator
Signed-off-by: Ali Mukadam <[email protected]>
* feat: added 1 egress rule to operator subnet so users can use OCI bastion service to ssh to operator (#46)
Signed-off-by: Ali Mukadam <[email protected]>
* Added security list to operator subnet
* renamed operator_tags to freeform_tags, updated docs
Signed-off-by: Ali Mukadam <[email protected]>
* formatting on options table
Signed-off-by: Ali Mukadam <[email protected]>
* formatting on options table
Signed-off-by: Ali Mukadam <[email protected]>
|Provide a custom image id for the operator host or leave as Oracle.
118
122
|imageid/Oracle
119
123
|Oracle
120
124
125
+
|`operator_instance_principal`
126
+
|Whether to enable instance_principal on the operator.
127
+
|true/false
128
+
|false
129
+
130
+
|`operator_os_version`
131
+
|The version of the Oracle Linux to use.
132
+
|
133
+
|8
134
+
121
135
|`operator_shape`
122
136
|The shape of operator 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.
123
137
|e.g. `operator_shape = {
@@ -135,18 +149,13 @@ Ensure you review the {uri-terraform-dependencies}[dependencies].
135
149
136
150
|`operator_state`
137
151
|The target state for the instance. Could be set to RUNNING or STOPPED. (Updatable)
138
-
|RUNNING|STOPPED
152
+
|RUNNING/STOPPED
139
153
|RUNNING
140
154
141
-
|`operator_upgrade`
142
-
|Whether to upgrade the operator host packages after provisioning. It's useful to set this to false during development/testing so the operator is provisioned faster.
143
-
|true/false
144
-
|true
145
-
146
-
|`operator_os_version`
147
-
|The version of the Oracle Linux to use.
148
-
|
149
-
|8
155
+
|`operator_timezone`
156
+
|The preferred timezone for the operator host. {uri-timezones}[List of timezones]
157
+
|e.g. Australia/Sydney
158
+
|The preferred timezone for the operator host. {uri-timezones}[List of timezones]
150
159
151
160
|`ssh_public_key`
152
161
|the content of the ssh public key used to access the operator. set this or the ssh_public_key_path
@@ -158,17 +167,17 @@ Ensure you review the {uri-terraform-dependencies}[dependencies].
158
167
|""
159
168
|
160
169
161
-
|`operator_timezone`
162
-
|The preferred timezone for the operator host. {uri-timezones}[List of timezones]
163
-
|e.g. Australia/Sydney
164
-
|The preferred timezone for the operator host. {uri-timezones}[List of timezones]
170
+
|`upgrade_operator`
171
+
|Whether to upgrade the operator host packages after provisioning. It's useful to set this to false during development/testing so the operator is provisioned faster.
statements=["Allow dynamic-group ${oci_identity_dynamic_group.operator_instance_principal[0].name} to manage all-resources in compartment id ${var.compartment_id}"]
0 commit comments