We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa8a02c commit fd23ff7Copy full SHA for fd23ff7
2 files changed
alz/azuredevops/outputs.tf
@@ -5,7 +5,3 @@ output "details" {
5
starter_module_name = var.starter_module_name
6
}
7
8
-
9
-output "test" {
10
- value = module.file_manipulation.test
11
-}
modules/file_manipulation/locals.bicep.tf
@@ -6,10 +6,6 @@ locals {
networking_type = local.is_bicep_iac_type ? try(local.bicep_parameters.network_type, local.bicep_parameters.networkType) : ""
- value = local.bicep_module_files_defaults_found
12
13
locals {
14
bicep_module_files_defaults_found = distinct(flatten([for key, value in local.module_files_filtered : [
15
for template in regexall("(\\{\\{[\\s]*.*?[\\s]*\\}\\})", value.content) :
0 commit comments