Skip to content

Commit 9d4404d

Browse files
authored
chore: fix incorrect code comment in examples (#58)
1 parent 42c902c commit 9d4404d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/advanced/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ locals {
141141
module "activity_tracker" {
142142
source = "../../"
143143
# delete line above and use below syntax to pull module source from hashicorp when consuming this module
144-
# source = "terraform-ibm-modules/observability-instances/ibm"
144+
# 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

147147
# Activity Tracker targets

examples/basic/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ locals {
5151
module "activity_tracker" {
5252
source = "../../"
5353
# delete line above and use below syntax to pull module source from hashicorp when consuming this module
54-
# source = "terraform-ibm-modules/observability-instances/ibm"
54+
# source = "terraform-ibm-modules/activity-tracker/ibm"
5555
# version = "X.Y.Z" # Replace "X.X.X" with a release version to lock into a specific release
5656

5757
# Activity Tracker target

0 commit comments

Comments
 (0)