Skip to content

Commit

Permalink
fix(outputs.tf): corrected reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Annand committed Nov 27, 2020
1 parent 074319e commit 5d38266
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 @@ -9,7 +9,7 @@ output "iam_user" {
}

output "iam_user_access_key_id" {
value = aws_iam_access_key.id
value = aws_iam_access_key.iam_access_key.id
description = "The IAM access key id."
}

Expand Down

0 comments on commit 5d38266

Please sign in to comment.