Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Updated handling of empty mock command list #2655

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Validate phase
  • Loading branch information
denis256 committed Aug 3, 2023
commit 204a3c9dc2d370f4b5b9654c09f2f0210243454c
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ terraform {
dependency "eks" {
config_path = "${get_terragrunt_dir()}/../../clusters/eks"
skip_outputs = true
mock_outputs_allowed_terraform_commands = ["validate"]
mock_outputs = {
random_string = "foo"
}
Expand Down