@@ -104,27 +104,27 @@ module "github" {
104104}
105105
106106module "file_manipulation" {
107- source = " ../../modules/file_manipulation"
108- vcs_type = " github"
109- files = module. files . files
110- use_self_hosted_agents_runners = var. use_self_hosted_runners
111- resource_names = local. resource_names
112- use_separate_repository_for_templates = var. use_separate_repository_for_templates
113- iac_type = var. iac_type
114- module_folder_path = local. starter_module_folder_path
115- bicep_config_file_path = var. bicep_config_file_path
116- starter_module_name = var. starter_module_name
117- project_or_organization_name = var. github_organization_name
118- root_module_folder_relative_path = var. root_module_folder_relative_path
119- on_demand_folder_repository = var. on_demand_folder_repository
120- on_demand_folder_artifact_name = var. on_demand_folder_artifact_name
121- ci_template_file_name = local. ci_template_file_name
122- cd_template_file_name = local. cd_template_file_name
123- pipeline_target_folder_name = local. target_folder_name
124- bicep_parameters_file_path = var. bicep_parameters_file_path
125- agent_pool_or_runner_configuration = local. agent_pool_or_runner_configuration
126- pipeline_files_directory_path = local. pipeline_files_directory_path
127- pipeline_template_files_directory_path = local. pipeline_template_files_directory_path
128- concurrency_value = local. resource_names . storage_container
129- terraform_architecture_file_path = var. terraform_architecture_file_path
107+ source = " ../../modules/file_manipulation"
108+ vcs_type = " github"
109+ files = module. files . files
110+ use_self_hosted_agents_runners = var. use_self_hosted_runners
111+ resource_names = local. resource_names
112+ use_separate_repository_for_templates = var. use_separate_repository_for_templates
113+ iac_type = var. iac_type
114+ module_folder_path = local. starter_module_folder_path
115+ bicep_config_file_path = var. bicep_config_file_path
116+ starter_module_name = var. starter_module_name
117+ project_or_organization_name = var. github_organization_name
118+ root_module_folder_relative_path = var. root_module_folder_relative_path
119+ on_demand_folder_repository = var. on_demand_folder_repository
120+ on_demand_folder_artifact_name = var. on_demand_folder_artifact_name
121+ ci_template_file_name = local. ci_template_file_name
122+ cd_template_file_name = local. cd_template_file_name
123+ pipeline_target_folder_name = local. target_folder_name
124+ bicep_parameters_file_path = var. bicep_parameters_file_path
125+ agent_pool_or_runner_configuration = local. agent_pool_or_runner_configuration
126+ pipeline_files_directory_path = local. pipeline_files_directory_path
127+ pipeline_template_files_directory_path = local. pipeline_template_files_directory_path
128+ concurrency_value = local. resource_names . storage_container
129+ terraform_architecture_file_path = var. terraform_architecture_file_path
130130}
0 commit comments