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
For better git provider support where we want to automatically create SSH keys, break down this module into read only public repos (root module) + provider specific nested modules.
/ # Read only flux deployments using public repos
/modules/github/
/modules/gitlab/
As long as git providers have a terraform provider and they support creating SSH/deploy keys to grant access, it can then be a nested module option.
The text was updated successfully, but these errors were encountered:
For better git provider support where we want to automatically create SSH keys, break down this module into read only public repos (root module) + provider specific nested modules.
As long as git providers have a terraform provider and they support creating SSH/deploy keys to grant access, it can then be a nested module option.
The text was updated successfully, but these errors were encountered: