github transcend-io/terragrunt-atlantis-config v1.1.0

latest releases: v1.18.0, v1.17.8, v1.17.7...
3 years ago

Adds support for using apply_requirements in the terragrunt config.

These can be set in three ways:

Using a flag
You can use --apply-requirements in your generate command to set defaults that will apply to all modules

Using a local in the parent config
You can set the local atlantis_apply_requirements in your parent config to override all modules that inherit from that parent. This config is not additive to the --apply-requirements flag, but overrides the array entirely

Using a local in the child config
You can set the local atlantis_apply_requirements in your child config to override the setting for a single module. This config is not additive to the --apply-requirements flag or the local in the parent config, but overrides the array entirely

Don't miss a new terragrunt-atlantis-config release

NewReleases is sending notifications on new releases.