File tree Expand file tree Collapse file tree 2 files changed +13
-10
lines changed
examples/directory-bucket Expand file tree Collapse file tree 2 files changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -52,5 +52,8 @@ No inputs.
52
52
53
53
## Outputs
54
54
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. |
56
59
<!-- END_TF_DOCS -->
Original file line number Diff line number Diff line change 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
+ }
You can’t perform that action at this time.
0 commit comments