Skip to content

Commit

Permalink
♻️(aws) rename output trusted_signer_id in access_key_id
Browse files Browse the repository at this point in the history
The output iam_trusted_signer_id was not relevant. The real value output
is the access key id.
  • Loading branch information
lunika committed Jul 21, 2020
1 parent 2d6d40d commit d271711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aws/output.tf
Expand Up @@ -10,7 +10,7 @@ output "presets" {
value = "${data.aws_lambda_invocation.configure_lambda_presets.result}"
}

output "iam_trusted_signer_id" {
output "iam_access_key_id" {
value = "${aws_iam_access_key.marsha_access_key.id}"
}

Expand Down

0 comments on commit d271711

Please sign in to comment.