We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ba3e2d commit d59d882Copy full SHA for d59d882
main.tf
@@ -21,6 +21,7 @@ locals {
21
run : join(" ", compact(
22
[
23
"terragrunt-atlantis-config",
24
+ "generate",
25
format("--output %s", repo.terragrunt_atlantis_config.output),
26
repo.terragrunt_atlantis_config.filter != null ? format("--filter %s", repo.terragrunt_atlantis_config.filter) : null,
27
repo.terragrunt_atlantis_config.parallel != null ? format("--parallel=%s", repo.terragrunt_atlantis_config.parallel) : null,
0 commit comments