Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed May 25, 2022
1 parent 75abdc3 commit 6dc0fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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) : {}
}

0 comments on commit 6dc0fd5

Please sign in to comment.