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
Copy file name to clipboardExpand all lines: terraform/schema.yaml
-16Lines changed: 0 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,6 @@ groupings:
27
27
- ${wls_vcn_name}
28
28
- ${wls_vcn_cidr}
29
29
- ${create_new_subnets}
30
-
- ${skip_network_validation}
31
30
- ${subnet_compartment_id}
32
31
- ${subnet_type}
33
32
- ${subnet_span}
@@ -699,21 +698,6 @@ variables:
699
698
compartmentId: ${network_compartment_id}
700
699
vcnId: ${wls_existing_vcn_id}
701
700
702
-
skip_network_validation:
703
-
type: boolean
704
-
default: false
705
-
required: true
706
-
title: "Skip Network Validation"
707
-
description: "Skip running network validation script for existing subnets. Existing Virtual Cloud Network can be validated using the network validation script. See <a target=\"_blank\" href=\"https://docs.oracle.com/pls/topic/lookup?ctx=en/cloud/paas/weblogic-cloud/user&id=oci_network_validate\">Validate Existing Network Setup</a>"
Copy file name to clipboardExpand all lines: terraform/schema_14110.yaml
-16Lines changed: 0 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,6 @@ groupings:
27
27
- ${wls_vcn_name}
28
28
- ${wls_vcn_cidr}
29
29
- ${create_new_subnets}
30
-
- ${skip_network_validation}
31
30
- ${subnet_compartment_id}
32
31
- ${subnet_type}
33
32
- ${subnet_span}
@@ -708,21 +707,6 @@ variables:
708
707
compartmentId: ${network_compartment_id}
709
708
vcnId: ${wls_existing_vcn_id}
710
709
711
-
skip_network_validation:
712
-
type: boolean
713
-
default: false
714
-
required: true
715
-
title: "Skip Network Validation"
716
-
description: "Skip running network validation script for existing subnets. Existing Virtual Cloud Network can be validated using the network validation script. See <a target=\"_blank\" href=\"https://docs.oracle.com/pls/topic/lookup?ctx=en/cloud/paas/weblogic-cloud/user&id=oci_network_validate\">Validate Existing Network Setup</a>"
0 commit comments