Skip to content

Commit

Permalink
fix: alarm module dependency on glue
Browse files Browse the repository at this point in the history
Update the Terragrunt config to correctly point to the glue module.
  • Loading branch information
patheard committed Nov 8, 2024
1 parent 9353820 commit a778770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terragrunt/env/production/alarms/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {
}

dependency "glue" {
config_path = "../buckets"
config_path = "../glue"
mock_outputs_merge_strategy_with_state = "shallow"
mock_outputs_allowed_terraform_commands = ["init", "fmt", "validate", "plan", "show"]
mock_outputs = {
Expand Down

0 comments on commit a778770

Please sign in to comment.