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
description="The label of the availability domain where the compute will be created"
27
27
}
28
28
29
+
variable"place_all_compute_in_same_ad" {
30
+
type=bool
31
+
description="Set to true if you want to use the same Availability Domain for all Compute instances as the WebLogic Administration Server's Compute instance. Otherwise, instances will be distributed across Availability Domains."
32
+
default=false
33
+
}
34
+
29
35
variable"instance_image_id" {
30
36
type=string
31
37
description="The OCID of the image used to create the compute instance"
# These policy statements are required for enabling the plugin
53
+
plugin_policy_statement1="Allow dynamic-group ${oci_identity_dynamic_group.wlsc_instance_principal_group.name} to manage instance-agent-plugins in compartment id ${var.compartment_id}"
54
+
plugin_policy_statement2="Allow dynamic-group ${oci_identity_dynamic_group.wlsc_instance_principal_group.name} to use wlms-managed-instance-plugins in tenancy"
#Policies for WLS instance principal dynamic group
53
58
autoscaling_statement1=var.use_autoscaling?"Allow dynamic-group ${oci_identity_dynamic_group.wlsc_instance_principal_group.name} to use repos in tenancy":""
54
59
autoscaling_statement2=var.use_autoscaling?"Allow dynamic-group ${oci_identity_dynamic_group.wlsc_instance_principal_group.name} to manage functions-family in compartment id ${var.compartment_id}":""
0 commit comments