Skip to content

Commit 6d6c3da

Browse files
committed
Automation Toolkit Release v2025.1.0
1 parent d8044c3 commit 6d6c3da

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

cd3_automation_toolkit/commonTools.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,7 @@ def get_compartment_map(self, var_file, resource_name):
375375
if resource_name in ntk_only_resources:
376376
pass
377377
else:
378+
print("\n")
378379
if resource_name in ["Compartments","IAM Policies","IAM Groups","IAM Users","Network Sources","Tagging Objects"]:
379380
input_compartment_names = None
380381
elif resource_name == "Clone Firewall Policy":

cd3_automation_toolkit/setUpOCI.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2252,8 +2252,9 @@ def create_firewall(inputfile, outdir, service_dir, prefix, ct,sub_options=[]):
22522252
print("\nworkflow_type set to export_resources. Export existing OCI objects and Synch with TF state")
22532253
print("We recommend to not have any existing tfvars/tfstate files for export out directory")
22542254
export_regions = get_region_list(rm=False,vizoci=False)
2255-
export_tags_list = get_tags_list()
22562255
compartments = ct.get_compartment_map(var_file, "OCI Resources")
2256+
export_tags_list = get_tags_list()
2257+
22572258
inputs = [
22582259
Option("Export All OCI Resources", export_all, "OCI Resources"),
22592260
Option('Export Identity', export_identityOptions, 'Identity'),

0 commit comments

Comments
 (0)