Skip to content

Commit 4eeaa85

Browse files
authored
chore: update bucket reference in COS target to resolve test failures (#189)
1 parent 9cdaab5 commit 4eeaa85

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.secrets.baseline

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"files": "go.sum|^.secrets.baseline$",
44
"lines": null
55
},
6-
"generated_at": "2026-02-19T16:49:25Z",
6+
"generated_at": "2026-02-20T07:58:55Z",
77
"plugins_used": [
88
{
99
"name": "AWSKeyDetector"

examples/advanced/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ locals {
140140

141141
module "activity_tracker" {
142142
source = "../../"
143-
# delete line above and use below syntax to pull module source from hashicorp when consuming this module
143+
# delete line above and use below syntax to pull module source from HashiCorp when consuming this module
144144
# source = "terraform-ibm-modules/activity-tracker/ibm"
145145
# version = "X.Y.Z" # Replace "X.X.X" with a release version to lock into a specific release
146146

@@ -154,7 +154,7 @@ module "activity_tracker" {
154154
]
155155
cos_targets = [
156156
{
157-
bucket_name = local.at_bucket_name
157+
bucket_name = module.buckets.buckets[local.at_bucket_name].bucket_name
158158
endpoint = module.buckets.buckets[local.at_bucket_name].s3_endpoint_direct
159159
instance_id = module.cos.cos_instance_id
160160
target_region = var.region

examples/basic/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ locals {
3737

3838
module "activity_tracker" {
3939
source = "../../"
40-
# delete line above and use below syntax to pull module source from hashicorp when consuming this module
40+
# delete line above and use below syntax to pull module source from HashiCorp when consuming this module
4141
# source = "terraform-ibm-modules/activity-tracker/ibm"
4242
# version = "X.Y.Z" # Replace "X.X.X" with a release version to lock into a specific release
4343

0 commit comments

Comments
 (0)