dennislapchenko

Results 5 issues of dennislapchenko

### Describe the bug Hooks with `post_` and `` should be invoked after successful commands execution. `post_boostrap` hook is not executed after `yadm bootstrap` ### To reproduce ``` HOOKPATH=$HOME/.config/yadm/hooks/post_bootstrap echo...

bug
2

``` ❯ terragrunt-atlantis-config generate --ignore-dependency-blocks INFO[0000] Could not find an old config file. Starting from scratch .... - autoplan: enabled: false when_modified: - '*.hcl' - '*.tf*' - ../../../../terragrunt.hcl dir: terragrunt/us-central1/stage/network/vpc...

# Pull Request ## Related Github Issues - _[none]_ ## Description Not all terragrunt atlantis configurations would want to track changes in includes. This PR adds the ability to ignore...

# Pull Request ## Description Add new flag `autoplan-file-list`, it mirrors how [Atlantis' autoplan-file-list](https://www.runatlantis.io/docs/server-configuration.html#autoplan-file-list) works. As Atlantis' flag doesnt come into effect when custom atlantis.yaml is generated, the only way...

[Slack token](https://www.runatlantis.io/docs/using-slack-hooks.html#using-slack-hooks), for example, is currently only configured through atlantis configuration file. Any idea how to implement it with current setup? Smoothest option is to add another `cloudinit.write_files` entry, right?