File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
2
- output "arn " {
2
+ output "arns " {
3
3
description = " List of AWS S3 Bucket ARNs"
4
4
value = " ${ aws_s3_bucket . this . * . arn } "
5
5
}
6
- output "domain_name " {
6
+ output "domain_names " {
7
7
description = " List of AWS S3 Bucket Domain Names"
8
8
value = " ${ aws_s3_bucket . this . * . bucket_domain_name } "
9
9
}
10
- output "hosted_zone_id " {
10
+ output "hosted_zone_ids " {
11
11
description = " List of AWS S3 Bucket Hosted Zone IDs"
12
12
value = " ${ aws_s3_bucket . this . * . hosted_zone_id } "
13
13
}
14
- output "id " {
14
+ output "ids " {
15
15
description = " List of AWS S3 Bucket IDs"
16
16
value = " ${ aws_s3_bucket . this . * . id } "
17
17
}
18
- output "name " {
18
+ output "names " {
19
19
description = " List of AWS S3 Bucket Names"
20
20
value = " ${ aws_s3_bucket . this . * . id } "
21
21
}
22
- output "region " {
22
+ output "regions " {
23
23
description = " List of AWS S3 Bucket Regions"
24
24
value = " ${ aws_s3_bucket . this . * . region } "
25
25
}
You can’t perform that action at this time.
0 commit comments