Skip to content

Commit

Permalink
Apply terraform fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 26, 2024
1 parent 102a603 commit 58d5c24
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions automation_modules.tf
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
module "automation_powershell72_module" {
source = "./modules/automation/automation_module/automation_powershell72_module"
for_each = local.shared_services.automation_powershell72_module
for_each = local.shared_services.automation_powershell72_module

global_settings = local.global_settings
settings = each.value
client_config = local.client_config
global_settings = local.global_settings
settings = each.value
client_config = local.client_config
automation_account_id = can(each.value.automation_account_id) ? each.value.automation_account_id : local.combined_objects_automations[try(each.value.lz_key, local.client_config.landingzone_key)][each.value.automation_account_key].id
base_tags = local.global_settings.inherit_tags
base_tags = local.global_settings.inherit_tags
}

output "automation_powershell72_module" {
Expand Down
2 changes: 1 addition & 1 deletion examples/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ variable "event_hubs" {
variable "automations" {
default = {}
}
variable "automation_powershell72_module" {
variable "automation_powershell72_module" {
default = {}
}
variable "automation_schedules" {
Expand Down

0 comments on commit 58d5c24

Please sign in to comment.