If you want to make private (non-public) customization to Psoxy's source/terraform modules, you may wish to create a private fork of the repo. (if you intend to commit your changes, a public fork in GitHub should suffice)
# set up the mirrorgitclone--barehttps://github.com/Worklytics/psoxy.gitcdpsoxygitpush--mirrorhttps://github.com/{{YOUR_GITHUB_ORG_ID}}/psoxy-private.gitcd..rm-rfpsoxygitclonehttps://github.com/{{YOUR_GITHUB_ORG_ID}}/psoxy-private.git# set the public repo as 'upstream' remotegitremoteaddupstreamgit@github.com:worklytics/psoxy.gitgitremoteset-url--pushupstreamDISABLE# fetch, rebase on top of your workgitfetchupstreamgitrebaseupstream/main