Skip to content

Commit d59d882

Browse files
authored
fix: Add missing generate command (#4)
1 parent 2ba3e2d commit d59d882

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ locals {
2121
run : join(" ", compact(
2222
[
2323
"terragrunt-atlantis-config",
24+
"generate",
2425
format("--output %s", repo.terragrunt_atlantis_config.output),
2526
repo.terragrunt_atlantis_config.filter != null ? format("--filter %s", repo.terragrunt_atlantis_config.filter) : null,
2627
repo.terragrunt_atlantis_config.parallel != null ? format("--parallel=%s", repo.terragrunt_atlantis_config.parallel) : null,

0 commit comments

Comments
 (0)