Skip to content

Commit fd23ff7

Browse files
committed
remove test output
1 parent aa8a02c commit fd23ff7

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

alz/azuredevops/outputs.tf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,3 @@ output "details" {
55
starter_module_name = var.starter_module_name
66
}
77
}
8-
9-
output "test" {
10-
value = module.file_manipulation.test
11-
}

modules/file_manipulation/locals.bicep.tf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ locals {
66
networking_type = local.is_bicep_iac_type ? try(local.bicep_parameters.network_type, local.bicep_parameters.networkType) : ""
77
}
88

9-
output "test" {
10-
value = local.bicep_module_files_defaults_found
11-
}
12-
139
locals {
1410
bicep_module_files_defaults_found = distinct(flatten([for key, value in local.module_files_filtered : [
1511
for template in regexall("(\\{\\{[\\s]*.*?[\\s]*\\}\\})", value.content) :

0 commit comments

Comments
 (0)