We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c052be4 commit 6765b83Copy full SHA for 6765b83
aws-s3-private-bucket/outputs.tf
@@ -1,6 +1,6 @@
1
// HACK(el): we do this to hint TF dependency graph since modules can't depend_on
2
output "name" {
3
- value = "${var.bucket_name.id}"
+ value = "${var.bucket_name}"
4
}
5
6
output "domain_name" {
0 commit comments