metio / terraform-provider-git

Terraform provider for local Git operations
https://registry.terraform.io/providers/metio/git/
BSD Zero Clause License
6 stars 1 forks source link

add a git_pull resource #280

Open sebhoss opened 4 months ago

sebhoss commented 4 months ago

git_pull should pull changes from a remote and allow similar options similar to the options provided by git pull, e.g. --rebase, --ff, and --autostash.