Skip to content

Commit

Permalink
use the correct values
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsweetman committed Oct 9, 2023
1 parent 60d4676 commit c5c520f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions commonimages/base/output.tf
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
output "module_image_builder_security_group" {
value = module.imagebuilder.image_builder_security_group
output "module_image_builder_security_group_id" {
value = module.imagebuilder.image_builder_security_group_id
description = "Output the entire object to inspect its attributes"
}

output "module_non_live_private_subnet_ids_0" {
value = module.imagebuilder.non_live_private_subnet_ids[0]
output "module_non_live_private_subnet_ids" {
value = module.imagebuilder.non_live_private_subnet_ids
description = "Output the entire object to inspect its attributes"
}

0 comments on commit c5c520f

Please sign in to comment.