MyGit

v0.68.16

gruntwork-io/terragrunt

版本发布时间: 2024-11-19 23:46:44

gruntwork-io/terragrunt最新发布版本:v0.69.12(2024-12-13 04:51:37)

Updated CLI args, config attributes and blocks

New Feature: exclude configuration block

The exclude configuration block allows for dynamic exclusion of units from the run queue, similar to the now deprecated skip attribute. The exclude configuration block allows for more control over exactly how units are excluded from the run queue, and integrates very well with the feature block introduced in v0.68.9.

For more information, read the docs.

Example

# Exclude configurations allowing for dynamically determining when and how to exclude execution of nodes in the Terragrunt graph
exclude {
    if = feature.feature_name.value # Boolean expression that determines if the node should be excluded.
    actions = ["all"] # Actions to exclude when active. Other options might be ["plan", "apply", "all_except_output"], etc
    exclude_dependencies = feature.feature_name.value # Exclude dependencies of the node as well
}

Demo

tg-flags-exclude

What's Changed

Related links

相关地址:原始地址 下载(tar) 下载(zip)

1、 SHA256SUMS 633B

2、 terragrunt_darwin_amd64 97.34MB

3、 terragrunt_darwin_arm64 94.23MB

4、 terragrunt_linux_386 88.11MB

5、 terragrunt_linux_amd64 95.05MB

6、 terragrunt_linux_arm64 92.06MB

7、 terragrunt_windows_386.exe 90.14MB

8、 terragrunt_windows_amd64.exe 96.28MB

查看:2024-11-19发行的版本