You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing feature requests helps us consolidate datapoints for identical requirements into a single place, thank you!
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
Hello, @yeoli9! I'm here to help you with any bugs, questions, or contributions you have. Let's get to the bottom of this together!
YAML files aren't detected in the autoplan-file-list by default because the default patterns do not include *.yml or *.yaml files. To solve this issue, you can add both **/*.yaml and **/*.yml to the --autoplan-file-list. This ensures that changes to any YAML files will trigger the appropriate actions in Atlantis.
This configuration will trigger autoplan when any .tf, .tfvars, .tfvars.json, terragrunt.hcl, .terraform.lock.hcl, .yaml, or .yml file is modified [1].
Community Note
abstract
In autoplan-file-list, yaml is not detected
Solve
add
**.*.yml
in autoplan-file-listThe text was updated successfully, but these errors were encountered: