Skip to content

Commit dedea9d

Browse files
committed
remove redundant variable
1 parent a04088a commit dedea9d

7 files changed

Lines changed: 0 additions & 48 deletions

File tree

alz/azuredevops/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
}

alz/azuredevops/variables.tf

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff 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-
}

alz/github/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
}

alz/github/variables.tf

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff 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-

alz/local/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

6968
resource "local_file" "alz" {

alz/local/variables.tf

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff 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-

modules/file_manipulation/variables.tf

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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-
}

0 commit comments

Comments
 (0)