Skip to content

Commit

Permalink
fixing commons read
Browse files Browse the repository at this point in the history
  • Loading branch information
zMynxx committed Mar 31, 2024
1 parent 20c991b commit 7cfe0fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ include "provider" {
# Include the common inputs for the module. This configuration contains settings that are common across all components
# and environments, such as the instance type and AMI to use.
locals {
commons = read_terragrunt_config(find_in_parent_folders(format("%s/%s.hcl", dirname(get_terragrunt_dir()), dirname(get_terragrunt_dir()))))
commons = read_terragrunt_config(find_in_parent_folders(format("%s.hcl", dirname(get_terragrunt_dir()))))
}

inputs = merge(
Expand Down

0 comments on commit 7cfe0fb

Please sign in to comment.