Skip to content

Commit

Permalink
fix var names
Browse files Browse the repository at this point in the history
  • Loading branch information
zpatrick committed Jul 7, 2017
1 parent 4a8254e commit a0f6464
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup/module/api/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ output "user_secret_key" {
}

output "dynamo_tag_table" {
value = "${aws_dynamo_table.tags.id}"
value = "${aws_dynamodb_table.tags.id}"
}

output "dynamo_job_table" {
value = "${aws_dynamo_table.jobs.id}"
value = "${aws_dynamodb_table.jobs.id}"
}

0 comments on commit a0f6464

Please sign in to comment.