Skip to content

Commit d3e7d7c

Browse files
committed
re-instate variable needed for classic bicep
1 parent 6d5807a commit d3e7d7c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

modules/file_manipulation/locals.bicep.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ locals {
4949
displayName = replace(replace(script_file.displayName, "{{unique_postfix}}", var.resource_names.unique_postfix), "{{time_stamp}}", var.resource_names.time_stamp_formatted)
5050
templateFilePath = script_file.templateFilePath
5151
templateParametersFilePath = script_file.templateParametersFilePath
52+
managementGroupIdVariable = try(format(local.id_variable_template, script_file.managementGroupId), local.id_variable_template_empty)
5253
subscriptionIdVariable = try(format(local.id_variable_template, script_file.subscriptionId), local.id_variable_template_empty)
5354
resourceGroupNameVariable = try(format(local.id_variable_template, script_file.resourceGroupName), local.id_variable_template_empty)
5455
deploymentType = script_file.deploymentType

0 commit comments

Comments
 (0)