Skip to content

Commit 7ba180d

Browse files
authored
Topic sk jcs 13592 (#136)
Fix for [JCS-13592] - Update existing mount target description and title in UI.
1 parent 7ed8ac6 commit 7ba180d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

terraform/schema.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -645,8 +645,8 @@ variables:
645645
- ${create_new_vcn}
646646
type: boolean
647647
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"
650650

651651
mount_target_compartment_id:
652652
visible:
@@ -2083,8 +2083,8 @@ variables:
20832083
- not:
20842084
- ${create_new_vcn}
20852085
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"
20882088
dependsOn:
20892089
compartmentId: ${mount_target_compartment_id}
20902090
availabilityDomain: ${fss_availability_domain}

terraform/schema_14110.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -654,8 +654,8 @@ variables:
654654
- ${create_new_vcn}
655655
type: boolean
656656
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"
659659

660660
mount_target_compartment_id:
661661
visible:
@@ -1630,8 +1630,8 @@ variables:
16301630
- not:
16311631
- ${create_new_vcn}
16321632
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"
16351635
dependsOn:
16361636
compartmentId: ${mount_target_compartment_id}
16371637
availabilityDomain: ${fss_availability_domain}

0 commit comments

Comments
 (0)