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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -645,8 +645,8 @@ variables:
645
645
- ${create_new_vcn}
646
646
type: boolean
647
647
default: false
648
-
title: "Existing Mount Target"
649
-
description: "Use the existing mount target ID"
648
+
title: "Add Existing Mount Target"
649
+
description: "Use the existing mount target"
650
650
651
651
mount_target_compartment_id:
652
652
visible:
@@ -2083,8 +2083,8 @@ variables:
2083
2083
- not:
2084
2084
- ${create_new_vcn}
2085
2085
type: oci:mount:target:id
2086
-
title: Existing Mount Target ID
2087
-
description: The Oracle Cloud Identifier (OCID) of your existing mount target. The existing mount target must be in the same subnet which is already present in the chosen VCN.
2086
+
title: "Existing Mount Target"
2087
+
description: "The existing mount target to select from file system availability domain and mount target compartment"
Copy file name to clipboardExpand all lines: terraform/schema_14110.yaml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -654,8 +654,8 @@ variables:
654
654
- ${create_new_vcn}
655
655
type: boolean
656
656
default: false
657
-
title: "Existing Mount Target"
658
-
description: "Use the existing mount target ID"
657
+
title: "Add Existing Mount Target"
658
+
description: "Use the existing mount target"
659
659
660
660
mount_target_compartment_id:
661
661
visible:
@@ -1630,8 +1630,8 @@ variables:
1630
1630
- not:
1631
1631
- ${create_new_vcn}
1632
1632
type: oci:mount:target:id
1633
-
title: Existing Mount Target ID
1634
-
description: The Oracle Cloud Identifier (OCID) of your existing mount target. The existing mount target must be in the same subnet which is already present in the chosen VCN.
1633
+
title: "Existing Mount Target"
1634
+
description: "The existing mount target to select from file system availability domain and mount target compartment"
0 commit comments