File tree Expand file tree Collapse file tree
modules/file_manipulation Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -125,5 +125,4 @@ module "file_manipulation" {
125125 pipeline_files_directory_path = local. pipeline_files_directory_path
126126 pipeline_template_files_directory_path = local. pipeline_template_files_directory_path
127127 terraform_architecture_file_path = var. terraform_architecture_file_path
128- terraform_intermediate_root_management_group_state_resource_path_for_import = var. terraform_intermediate_root_management_group_state_resource_path_for_import
129128}
Original file line number Diff line number Diff line change @@ -989,14 +989,3 @@ variable "terraform_architecture_file_path" {
989989 type = string
990990 default = " lib/architecture_definitions/alz_custom.alz_architecture_definition.yaml"
991991}
992-
993- variable "terraform_intermediate_root_management_group_state_resource_path_for_import" {
994- description = <<- EOT
995- **(Optional, default: `null`)** Resource path for the management group in the Terraform architecture.
996-
997- Used for generating accurate resource references in Terraform deployments.
998- Null when not applicable.
999- EOT
1000- type = string
1001- default = " module.management_groups[0].module.management_groups.azapi_resource.management_groups_level_0"
1002- }
Original file line number Diff line number Diff line change @@ -127,5 +127,4 @@ module "file_manipulation" {
127127 pipeline_template_files_directory_path = local. pipeline_template_files_directory_path
128128 concurrency_value = local. resource_names . storage_container
129129 terraform_architecture_file_path = var. terraform_architecture_file_path
130- terraform_intermediate_root_management_group_state_resource_path_for_import = var. terraform_intermediate_root_management_group_state_resource_path_for_import
131130}
Original file line number Diff line number Diff line change @@ -1041,15 +1041,3 @@ variable "terraform_architecture_file_path" {
10411041 type = string
10421042 default = " lib/architecture_definitions/alz_custom.alz_architecture_definition.yaml"
10431043}
1044-
1045- variable "terraform_intermediate_root_management_group_state_resource_path_for_import" {
1046- description = <<- EOT
1047- **(Optional, default: `null`)** Resource path for the management group in the Terraform architecture.
1048-
1049- Used for generating accurate resource references in Terraform deployments.
1050- Null when not applicable.
1051- EOT
1052- type = string
1053- default = " module.management_groups[0].module.management_groups.azapi_resource.management_groups_level_0"
1054- }
1055-
Original file line number Diff line number Diff line change @@ -63,7 +63,6 @@ module "file_manipulation" {
6363 bicep_parameters_file_path = var. bicep_parameters_file_path
6464 pipeline_files_directory_path = local. script_source_folder_path
6565 terraform_architecture_file_path = var. terraform_architecture_file_path
66- terraform_intermediate_root_management_group_state_resource_path_for_import = var. terraform_intermediate_root_management_group_state_resource_path_for_import
6766}
6867
6968resource "local_file" "alz" {
Original file line number Diff line number Diff line change @@ -729,15 +729,3 @@ variable "terraform_architecture_file_path" {
729729 type = string
730730 default = " lib/architecture_definitions/alz_custom.alz_architecture_definition.yaml"
731731}
732-
733- variable "terraform_intermediate_root_management_group_state_resource_path_for_import" {
734- description = <<- EOT
735- **(Optional, default: `null`)** Resource path for the management group in the Terraform architecture.
736-
737- Used for generating accurate resource references in Terraform deployments.
738- Null when not applicable.
739- EOT
740- type = string
741- default = " module.management_groups[0].module.management_groups.azapi_resource.management_groups_level_0"
742- }
743-
Original file line number Diff line number Diff line change @@ -240,13 +240,3 @@ variable "terraform_architecture_file_path" {
240240 EOT
241241 type = string
242242}
243-
244- variable "terraform_intermediate_root_management_group_state_resource_path_for_import" {
245- description = <<- EOT
246- **(Optional, default: `null`)** Resource path for the management group in the Terraform architecture.
247-
248- Used for generating accurate resource references in Terraform deployments.
249- Null when not applicable.
250- EOT
251- type = string
252- }
You can’t perform that action at this time.
0 commit comments