Skip to content

Commit

Permalink
remove cloudwatch from dep chain
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Aug 2, 2024
1 parent 8b67a27 commit 5cfbf18
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ terraform {
dependency "eks" {
config_path = "../eks"
}
dependency "eks-cloudwatch" {
config_path = "../eks-cloudwatch"
dependency "eks-metrics-server" {
config_path = "../eks-metrics-server"
}

inputs = {
Expand Down

0 comments on commit 5cfbf18

Please sign in to comment.