Skip to content

Commit bc8ecc9

Browse files
authored
Merge pull request #96 from oracle-devrel/develop
Automation Toolkit Release v2024.2.1
2 parents 1014bb8 + 2fb8eaf commit bc8ecc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cd3_automation_toolkit/Network/BaseNetwork/export_network_nonGreenField.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ def export_major_objects(inputfile, outdir, service_dir, config, signer, ct, exp
677677
elif attach_type.upper() == "REMOTE_PEERING_CONNECTION" and rpc_execution:
678678
#Skip RPCs to other tenancies
679679
rpc = vnc.get_remote_peering_connection(attach_id).data
680-
if (rpc.lifecycle_state != 'AVAILABLE' or rpc.is_cross_tenancy_peering != 'false'):
680+
if (rpc.lifecycle_state != 'AVAILABLE' or rpc.is_cross_tenancy_peering != False):
681681
continue
682682

683683
# Fetch RPC Details
@@ -1118,4 +1118,4 @@ def export_networking(inputfile, outdir, service_dir, config, signer, ct, export
11181118
export_drg_routetable(inputfile, outdir, service_dir_network, config1=config, signer1=signer, ct=ct, export_compartments=export_compartments, export_regions=export_regions, _tf_import_cmd=True)
11191119

11201120
# Fetch NSGs
1121-
export_nsg(inputfile, outdir, service_dir_nsg, config=config, signer=signer, ct=ct, export_compartments=export_compartments, export_regions=export_regions, _tf_import_cmd=True)
1121+
export_nsg(inputfile, outdir, service_dir_nsg, config=config, signer=signer, ct=ct, export_compartments=export_compartments, export_regions=export_regions, _tf_import_cmd=True)

0 commit comments

Comments
 (0)