Skip to content

Commit

Permalink
Merge pull request #40 from SumoLogic-Labs/v0.7.9
Browse files Browse the repository at this point in the history
V0.7.9
  • Loading branch information
agaurav authored Jan 21, 2022
2 parents 2d0898e + eb8f47b commit 59d58d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs/templates/terra/main.tf.gotf
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,11 @@ module "slg_tf_views" {
module "slg_tf_dashboards" {
source = "./dashboards"
slo_dash_root_folder_id = sumologic_folder.slo_dash_root_folder.id
depends_on = [module.slg_tf_views]
}

module "slg_tf_monitors" {
source = "./monitors"
slo_mon_root_folder_id = sumologic_monitor_folder.slo_mon_root_folder.id
depends_on = [module.slg_tf_views]
}

0 comments on commit 59d58d9

Please sign in to comment.