Skip to content

Commit

Permalink
make cloudwatch adapter depend on prometheus adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
OlamideOl1 committed Oct 31, 2023
1 parent 9709073 commit ebbec73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions platform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ module "cloudwatch_adapter" {

chart_values = var.cloudwatch_adapter_values
k8s_namespace = local.flightdeck_namespace

depends_on = [ module.module.prometheus_adapter ]
}

module "cluster_autoscaler" {
Expand Down

0 comments on commit ebbec73

Please sign in to comment.