Skip to content

Commit 8c9405a

Browse files
committed
i tests
1 parent 82fb7fd commit 8c9405a

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

modules/file_manipulation/locals.bicep.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ locals {
2828
primary_location = try(local.bicep_parameters.LOCATION_PRIMARY, "eastus")
2929
secondary_location = try(local.bicep_parameters.LOCATION_SECONDARY, "westus")
3030
root_parent_management_group_id = var.root_parent_management_group_id
31-
unique_postfix = local.resource_names.unique_postfix
31+
unique_postfix = var.resource_names.unique_postfix
3232
}
3333
}
3434

modules/file_manipulation/locals.files.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ locals {
2222
cd_template_path = "${var.pipeline_target_folder_name}/${coalesce(var.cd_template_file_name, "empty")}"
2323
script_files = local.script_files
2424
script_file_groups = local.script_file_groups
25-
2625
root_module_folder_relative_path = var.root_module_folder_relative_path
2726
})
2827
}

0 commit comments

Comments
 (0)