Skip to content

Commit

Permalink
fix: relative path to cert-manager dir for monitoring dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Styren committed Apr 21, 2023
1 parent 8a94dbf commit 5525fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/modules/monitoring/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ include "root" {
}

dependency "cert_manager" {
config_path = "./modules/cert-manager"
config_path = "../cert-manager"
skip_outputs = true
}

0 comments on commit 5525fe5

Please sign in to comment.