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
existing_lb_subnet_1_not_in_existing_vcn_of_stack_msg="WLSC-ERROR: The load balancer [${var.existing_load_balancer_id}] subnet_1 [${var.existing_lb_subnet_1_id}] is not in the the existing vcn [${var.existing_vcn_id}] for the stack"
# set to true if lb subnet_2 is present in the list of subnet for the existing vcn of the stack, or if is empty (for regional lb), or if not using existing load balancer
existing_lb_subnet_2_not_in_existing_vcn_of_stack_msg="WLSC-ERROR: The load balancer [${var.existing_load_balancer_id}] subnet_2 [${var.existing_lb_subnet_2_id}] is not in the the existing vcn [${var.existing_vcn_id}] for the stack"
23
+
existing_lb_subnet_2_not_in_existing_vcn_of_stack_msg="WLSC-ERROR: The load balancer [${var.existing_load_balancer_id}] subnet_2 [${var.existing_lb_subnet_2_id}] is not in the existing vcn [${var.existing_vcn_id}] for the stack"
Copy file name to clipboardExpand all lines: terraform/schema.yaml
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1177,12 +1177,11 @@ variables:
1177
1177
- eq:
1178
1178
- ${load_balancer_strategy_existing_subnet}
1179
1179
- "Use Existing Load Balancer"
1180
-
type: oci:loadbalancer:loadbalancer:id
1180
+
type: string
1181
+
pattern: ^ocid1.loadbalancer.*$
1181
1182
title: Existing Load Balancer ID
1182
1183
description: The OCID of the existing load balancer. If you use an existing load balancer, the WebLogic Server nodes are added to the backend set of the existing load balancer.
Copy file name to clipboardExpand all lines: terraform/schema_14110.yaml
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1186,12 +1186,11 @@ variables:
1186
1186
- eq:
1187
1187
- ${load_balancer_strategy_existing_subnet}
1188
1188
- "Use Existing Load Balancer"
1189
-
type: oci:loadbalancer:loadbalancer:id
1189
+
type: string
1190
+
pattern: ^ocid1.loadbalancer.*$
1190
1191
title: Existing Load Balancer ID
1191
1192
description: The OCID of the existing load balancer. If you use an existing load balancer, the WebLogic Server nodes are added to the backend set of the existing load balancer.
0 commit comments