diff --git a/.secrets.baseline b/.secrets.baseline index fb9251b9..47e5d2c6 100644 --- a/.secrets.baseline +++ b/.secrets.baseline @@ -3,7 +3,7 @@ "files": "go.sum|^.secrets.baseline$", "lines": null }, - "generated_at": "2026-02-19T16:49:25Z", + "generated_at": "2026-02-20T07:58:55Z", "plugins_used": [ { "name": "AWSKeyDetector" diff --git a/common-dev-assets b/common-dev-assets index 5ebc5932..67c23324 160000 --- a/common-dev-assets +++ b/common-dev-assets @@ -1 +1 @@ -Subproject commit 5ebc59326276d566fceea7c055a3630472dfa841 +Subproject commit 67c2332403bc05fd9b6356f6e170b6223f04cc55 diff --git a/examples/advanced/main.tf b/examples/advanced/main.tf index edd7bd62..052e8433 100644 --- a/examples/advanced/main.tf +++ b/examples/advanced/main.tf @@ -140,7 +140,7 @@ locals { module "activity_tracker" { source = "../../" - # delete line above and use below syntax to pull module source from hashicorp when consuming this module + # delete line above and use below syntax to pull module source from HashiCorp when consuming this module # source = "terraform-ibm-modules/activity-tracker/ibm" # version = "X.Y.Z" # Replace "X.X.X" with a release version to lock into a specific release @@ -154,7 +154,7 @@ module "activity_tracker" { ] cos_targets = [ { - bucket_name = local.at_bucket_name + bucket_name = module.buckets.buckets[local.at_bucket_name].bucket_name endpoint = module.buckets.buckets[local.at_bucket_name].s3_endpoint_direct instance_id = module.cos.cos_instance_id target_region = var.region diff --git a/examples/basic/main.tf b/examples/basic/main.tf index e3d933a8..734e61b5 100644 --- a/examples/basic/main.tf +++ b/examples/basic/main.tf @@ -37,7 +37,7 @@ locals { module "activity_tracker" { source = "../../" - # delete line above and use below syntax to pull module source from hashicorp when consuming this module + # delete line above and use below syntax to pull module source from HashiCorp when consuming this module # source = "terraform-ibm-modules/activity-tracker/ibm" # version = "X.Y.Z" # Replace "X.X.X" with a release version to lock into a specific release