We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0508c19 commit cd9209dCopy full SHA for cd9209d
modules/bucket/outputs.tf renamed to examples/bucket/output.tf
@@ -2,8 +2,7 @@
2
# COS Bucket
3
# Copyright 2020 IBM
4
#####################################################
5
-
6
-output "cos_bucket_id" {
7
- description = "The ID of the cos instance"
8
- value = ibm_cos_bucket.bucket.id
+output "bucket_ids" {
+ description = "List of bucket ids"
+ value = module.cos_bucket.*.cos_bucket_id
9
}
modules/bucket/output.tf
@@ -5,5 +5,5 @@
output "cos_bucket_id" {
description = "The ID of the cos instance"
- value = ibm_cos_bucket.testBucket.id
-}
+ value = ibm_cos_bucket.bucket.id
+}
0 commit comments