From 6dc0fd54699545fa8721ead9961186c7b5d47547 Mon Sep 17 00:00:00 2001 From: badra001 Date: Wed, 25 May 2022 16:27:51 -0400 Subject: [PATCH] fix --- outputs.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/outputs.tf b/outputs.tf index a6db385..3faba88 100644 --- a/outputs.tf +++ b/outputs.tf @@ -24,5 +24,5 @@ output "aws_secret_access_key" { output "aws_info" { description = "Access key, secret, and user map output" - value = var.create_access_keys ? null_resource.audit_output[*].triggers : {} + value = var.create_access_keys ? tomap(null_resource.audit_output[*].triggers) : {} }