Skip to content

Commit

Permalink
fix: added missing moved block for atracker log analysis targets (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamar7 authored Sep 25, 2023
1 parent a0b0280 commit 45c30ce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions moved.tf
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,8 @@ moved {
from = ibm_resource_key.at_resource_key
to = module.activity_tracker.ibm_resource_key.resource_key
}

moved {
from = module.activity_tracker.ibm_atracker_target.atracker_logdna_targets
to = module.activity_tracker.ibm_atracker_target.atracker_log_analysis_targets
}

0 comments on commit 45c30ce

Please sign in to comment.