Skip to content

Commit 62b999b

Browse files
committed
Automation Toolkit Release v2024.4.2
1 parent 3d0acd2 commit 62b999b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cd3_automation_toolkit/Storage/BlockVolume/export_blockvolumes_nonGreenField.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@ def print_blockvolumes(region, BVOLS, bvol, compute, ct, values_for_column, ntk_
117117
source_details = ''
118118
else:
119119
source_id = blockvols.source_details.id
120-
source_details = blockvols.source_details.type.strip() + "::" + blockvols.display_name.strip()
120+
source_details = blockvols.source_details.type.strip() + "::" + commonTools.check_tf_variable(blockvols.display_name.strip())
121121
tmp_key = region + "--" + source_id
122-
source_ocids[tmp_key] = blockvols.display_name.strip()
122+
source_ocids[tmp_key] = commonTools.check_tf_variable(blockvols.display_name.strip())
123123
autotune_type = ''
124124
max_vpus_per_gb = ''
125125
if len(blockvols.autotune_policies) == 0:

0 commit comments

Comments
 (0)