include "root" { path = find_in_parent_folders() } terraform { source = "${get_repo_root()}//modules/eks-auth" } dependency "eks" { config_path = "../eks" # Configure mock outputs for the `validate` and `plan` commands that are returned when there are no outputs available # (e.g the module hasn't been applied yet) mock_outputs_allowed_terraform_commands = ["validate", "plan"] mock_outputs = { aws_auth_configmap_yaml = <