Skip to content

Commit d1f5ffb

Browse files
authored
Merge pull request #94 from oracle-devrel/develop
Automation Toolkit Release v20204.2.0
2 parents 293dd58 + 901bef4 commit d1f5ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cd3_automation_toolkit/setUpOCI.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ def export_compute(prim_options=[]):
536536
def export_dedicatedvmhosts(inputfile, outdir, config, signer, ct, export_regions):
537537
compartments = ct.get_compartment_map(var_file,'Dedicated VM Hosts')
538538
Compute.export_dedicatedvmhosts(inputfile, outdir, service_dir_dedicated_vm_host, config, signer, ct, export_compartments=compartments, export_regions=export_regions)
539-
create_dedicatedvmhosts(inputfile, outdir, prefix, ct)
539+
create_dedicatedvmhosts(inputfile, outdir, service_dir_dedicated_vm_host, prefix, ct)
540540
print("\n\nExecute tf_import_commands_dedicatedvmhosts_nonGF.sh script created under each region directory to synch TF with OCI Dedicated VM Hosts\n")
541541
# Update modified path list
542542
update_path_list(regions_path=export_regions, service_dirs=[service_dir_dedicated_vm_host])

0 commit comments

Comments
 (0)