Skip to content

Commit 7307539

Browse files
committed
update outputs
1 parent 2cf917e commit 7307539

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

examples/directory-bucket/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,8 @@ No inputs.
5252

5353
## Outputs
5454

55-
No outputs.
55+
| Name | Description |
56+
|------|-------------|
57+
| <a name="output_directory_bucket_arn"></a> [directory\_bucket\_arn](#output\_directory\_bucket\_arn) | ARN of the directory bucket. |
58+
| <a name="output_directory_bucket_name"></a> [directory\_bucket\_name](#output\_directory\_bucket\_name) | Name of the directory bucket. |
5659
<!-- END_TF_DOCS -->

examples/directory-bucket/outputs.tf

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
#output "directory_bucket_name" {
2-
# description = "Name of the directory bucket."
3-
# value = module.directory_bucket.directory_bucket_name
4-
#}
5-
#
6-
#output "directory_bucket_arn" {
7-
# description = "ARN of the directory bucket."
8-
# value = module.directory_bucket.directory_bucket_arn
9-
#}
1+
output "directory_bucket_name" {
2+
description = "Name of the directory bucket."
3+
value = module.complete.s3_directory_bucket_name
4+
}
5+
6+
output "directory_bucket_arn" {
7+
description = "ARN of the directory bucket."
8+
value = module.complete.s3_directory_bucket_arn
9+
}

0 commit comments

Comments
 (0)