Skip to content

Commit

Permalink
Fix typo in aws-s3-private-bucket (#120)
Browse files Browse the repository at this point in the history
Fix typo in aws-s3-private-bucket
  • Loading branch information
mbarrien authored and czimergebot committed Sep 13, 2019
1 parent c052be4 commit 6765b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-s3-private-bucket/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// HACK(el): we do this to hint TF dependency graph since modules can't depend_on
output "name" {
value = "${var.bucket_name.id}"
value = "${var.bucket_name}"
}

output "domain_name" {
Expand Down

0 comments on commit 6765b83

Please sign in to comment.