@@ -197,8 +197,8 @@ def export_network():
197197 service_dir = outdir_struct ['network' ]
198198 else :
199199 service_dir = ""
200- options = [Option ("Export all Network Components" , export_networking ,
201- 'Exporting Network Components' ),
200+ options = [Option ("Export all Network Components except NSGs " , export_networking ,
201+ 'Exporting Network Components except NSGs ' ),
202202 Option ("Export Network components for VCNs, DRGs and DRGRouteRulesinOCI Tabs" , export_major_objects ,
203203 'Exporting VCNs, DRGs and DRGRouteRulesinOCI Tabs' ),
204204 Option ("Export Network components for DHCP Tab" , export_dhcp ,
@@ -233,7 +233,7 @@ def export_networking(inputfile, outdir, service_dir, prefix,config,export_regio
233233 Option (None , Network .create_terraform_drg_route ,
234234 'Processing DRGs tab for DRG Route Tables and Route Distribution creation' ),
235235 Option (None , Network .modify_terraform_drg_routerules , 'Processing DRGRouteRulesinOCI Tab' ),
236- Option (None , Network .create_terraform_nsg , 'Processing NSGs Tab' ),
236+ # Option(None, Network.create_terraform_nsg, 'Processing NSGs Tab'),
237237 ]
238238 execute_options (options , inputfile , outdir , service_dir ,prefix , non_gf_tenancy , config = config )
239239 print ("\n \n Execute tf_import_commands_network_*_nonGF.sh script created under each region directory to synch TF with OCI Network objects\n " )
0 commit comments