Skip to content

Commit 0530464

Browse files
committed
fmt
1 parent 9d69a92 commit 0530464

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

modules/file_manipulation/locals.intermediate_root_management_group.tf

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ locals {
1212
}
1313

1414
locals {
15-
import_block = <<EOT
15+
import_block = <<EOT
1616
import {
1717
to = azapi_resource.management_groups_level_0["${local.intermediate_root_management_group.id}"]
1818
id = "/providers/Microsoft.Management/managementGroups/${local.intermediate_root_management_group.id}"
1919
}
2020
EOT
2121

22-
import_block_files = local.is_terraform_iac_type ? {
23-
"imports.management_groups.tf" = {
24-
content = local.import_block
25-
}
26-
} : {}
22+
import_block_files = local.is_terraform_iac_type ? {
23+
"imports.management_groups.tf" = {
24+
content = local.import_block
25+
}
26+
} : {}
2727
}

0 commit comments

Comments
 (0)