Skip to content

Commit

Permalink
add views module as dependency for monitors & dashboards
Browse files Browse the repository at this point in the history
Took 5 minutes
  • Loading branch information
agaurav committed Jan 21, 2022
1 parent cbe38f7 commit d84e607
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 d84e607

Please sign in to comment.