Skip to content

Commit ac0024f

Browse files
committed
linting
1 parent fa18314 commit ac0024f

4 files changed

Lines changed: 0 additions & 28 deletions

File tree

alz/azuredevops/main.tf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,6 @@ module "file_manipulation" {
116116
cd_template_file_name = local.cd_template_file_name
117117
pipeline_target_folder_name = local.target_folder_name
118118
bicep_parameters_file_path = var.bicep_parameters_file_path
119-
subscription_ids = var.subscription_ids
120-
root_parent_management_group_id = var.root_parent_management_group_id
121119
agent_pool_or_runner_configuration = local.agent_pool_or_runner_configuration
122120
pipeline_files_directory_path = local.pipeline_files_directory_path
123121
pipeline_template_files_directory_path = local.pipeline_template_files_directory_path

alz/github/main.tf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,6 @@ module "file_manipulation" {
117117
cd_template_file_name = local.cd_template_file_name
118118
pipeline_target_folder_name = local.target_folder_name
119119
bicep_parameters_file_path = var.bicep_parameters_file_path
120-
subscription_ids = var.subscription_ids
121-
root_parent_management_group_id = var.root_parent_management_group_id
122120
agent_pool_or_runner_configuration = local.agent_pool_or_runner_configuration
123121
pipeline_files_directory_path = local.pipeline_files_directory_path
124122
pipeline_template_files_directory_path = local.pipeline_template_files_directory_path

alz/local/main.tf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ module "file_manipulation" {
5858
on_demand_folder_artifact_name = var.on_demand_folder_artifact_name
5959
pipeline_target_folder_name = local.script_target_folder_name
6060
bicep_parameters_file_path = var.bicep_parameters_file_path
61-
subscription_ids = var.subscription_ids
62-
root_parent_management_group_id = var.root_parent_management_group_id
6361
pipeline_files_directory_path = local.script_source_folder_path
6462
}
6563

modules/file_manipulation/variables.tf

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -155,28 +155,6 @@ variable "bicep_parameters_file_path" {
155155
type = string
156156
}
157157

158-
variable "subscription_ids" {
159-
description = <<-EOT
160-
**(Required)** Map of platform landing zone subscription IDs by purpose.
161-
162-
Keys must be one of: 'management', 'connectivity', 'identity', 'security'
163-
Values must be valid Azure subscription GUIDs.
164-
165-
Used to populate configuration files and deployment parameters with target subscription values for each landing zone component.
166-
EOT
167-
type = map(string)
168-
}
169-
170-
variable "root_parent_management_group_id" {
171-
description = <<-EOT
172-
**(Required)** ID of the root parent management group where the Azure Landing Zones hierarchy will be created.
173-
174-
Defaults to Tenant Root Group if not specified.
175-
Used in configuration files and deployment parameters to define the top-level scope.
176-
EOT
177-
type = string
178-
}
179-
180158
variable "ci_template_file_name" {
181159
description = <<-EOT
182160
**(Optional, default: `null`)** Filename of the CI (Continuous Integration) template to use for validation and testing stages.

0 commit comments

Comments
 (0)