From c5c520fc72323c73054e4ffa02e0d571dd708663 Mon Sep 17 00:00:00 2001 From: robertsweetman Date: Mon, 9 Oct 2023 16:20:16 +0100 Subject: [PATCH] use the correct values --- commonimages/base/output.tf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/commonimages/base/output.tf b/commonimages/base/output.tf index 7ded1cf7..5adaee18 100644 --- a/commonimages/base/output.tf +++ b/commonimages/base/output.tf @@ -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" } \ No newline at end of file