README ¶ terraform-update-version Go application that runs the terraform version upgrade checker binary and creates a pull request Batch run tf 0.13 command $ find . -name '*.tf' | xargs -n1 dirname | uniq | xargs -n1 terraform 0.13upgrade -yes Git clone, branch and commit https://github.com/go-git/go-git/tree/master/_examples Pull request https://github.com/google/go-github/blob/master/example/commitpr/main.go Expand ▾ Collapse ▴ Documentation ¶ Overview ¶ Basic premise for this quick tool: - ingest a list of repositories - pull repository - create branch - run terraform upgrade tool - commit changes - create pr - display link to pr at the end Source Files ¶ View all Source files main.go Directories ¶ Show internal Expand all Path Synopsis pkg git helper Click to show internal directories. Click to hide internal directories.