Skip to content

Commit 6765b83

Browse files
mbarrienczimergebot
authored andcommitted
Fix typo in aws-s3-private-bucket (#120)
Fix typo in aws-s3-private-bucket
1 parent c052be4 commit 6765b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-s3-private-bucket/outputs.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// HACK(el): we do this to hint TF dependency graph since modules can't depend_on
22
output "name" {
3-
value = "${var.bucket_name.id}"
3+
value = "${var.bucket_name}"
44
}
55

66
output "domain_name" {

0 commit comments

Comments
 (0)