Skip to content

Commit cd9209d

Browse files
kprabhatgithkantare
authored andcommitted
remove duplicate output file
1 parent 0508c19 commit cd9209d

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

modules/bucket/outputs.tf renamed to examples/bucket/output.tf

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
# COS Bucket
33
# Copyright 2020 IBM
44
#####################################################
5-
6-
output "cos_bucket_id" {
7-
description = "The ID of the cos instance"
8-
value = ibm_cos_bucket.bucket.id
5+
output "bucket_ids" {
6+
description = "List of bucket ids"
7+
value = module.cos_bucket.*.cos_bucket_id
98
}

modules/bucket/output.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55

66
output "cos_bucket_id" {
77
description = "The ID of the cos instance"
8-
value = ibm_cos_bucket.testBucket.id
9-
}
8+
value = ibm_cos_bucket.bucket.id
9+
}

0 commit comments

Comments
 (0)