File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ locals {
141141module "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
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ locals {
5151module "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
You can’t perform that action at this time.
0 commit comments