Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Don Badrak committed Jul 13, 2020
1 parent c9b625a commit 0614a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ resource "null_resource" "audit_output" {
user = element(aws_iam_user.audit[*].name,count.index)
# aws_access_key_id = element(aws_iam_access_key.audit[*].id,count.index)
# aws_secret_access_key = element(aws_iam_access_key.audit[*].encrypted_secret,count.index)
aws_access_key_id = element(local.aws_aws_access_key_id,count.index)
aws_access_key_id = element(local.aws_access_key_id,count.index)
aws_secret_access_key = element(local.aws_secret_access_key,count.index)
}
}

0 comments on commit 0614a45

Please sign in to comment.