Skip to content
This repository was archived by the owner on Apr 9, 2025. It is now read-only.

opzkit/github

Repository files navigation

Re-apply template repository

Add template repository as remote:

git remote add template [email protected]:opzkit/tf-template.git;

Or for all:

for f in terraform-aws*; do
  cd $f && git remote add template [email protected]:opzkit/tf-template.git; git fetch --all && cd ..
done

The above only needs to be done once.

Applying new template changes

git checkout main
git fetch --all
git create branch updates_from_template
git merge template/main --allow-unrelated-histories

Fix potential merge conflicts and then continue

git merge --continue

When finished, push the branch and create a PR. Choose to Squash & Merge the PR

git push --set-upstream origin updates_from_template

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •