Skip to content

Commit

Permalink
Commit changes made by code formatters
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 9, 2023
1 parent ca16aae commit 80ff82a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions commonimages/base/output.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ output "module_non_live_private_subnet_ids" {
}

output "module_image_builder_security_group_id_non_live_data" {
value = module.imagebuilder.image_builder_security_group_id_non_live_data
description = "Output the entire object to inspect its attributes"
value = module.imagebuilder.image_builder_security_group_id_non_live_data
description = "Output the entire object to inspect its attributes"
}
4 changes: 2 additions & 2 deletions modules/imagebuilder/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ output "non_live_private_subnet_ids" {
}

output "image_builder_security_group_id_non_live_data" {
value = local.core_shared_services.repo_tfstate.image_builder_security_group_id.non_live_data
description = "Output the entire object to inspect its attributes"
value = local.core_shared_services.repo_tfstate.image_builder_security_group_id.non_live_data
description = "Output the entire object to inspect its attributes"
}

0 comments on commit 80ff82a

Please sign in to comment.