Connect CLI workspace to github #1816
BenjaminDecreusefond
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @alfespa17 !
I have a question regarding the way workspaces are working within Terrakube. Currently there are three types of workspace implemented in Terrakube. We will not pay attention to API workspace as it is not relevant in this discussion.
So if we summarise currently, both workspace work the same except that:
github
and is not allowed to perform apply from a command line interfacegithub
and is allowed to perform apply from a command line interfaceTo me the current issue is that we should be able to have a workspace that does both: is plugged to github AND allow to perform apply from command line interface.
To me it could be really nice to have the CLI workspace as it could allow, as said to apply from CLI. The connection to
github
is also necessary as we are computing drift with master everyday. Currently we have to choose between one of those and it is quite frustrating as I don't see why CLI workspace could not be plugged togithub
:/From my experience with TerraformEnterprise, both VCS and CLI workspaces were connected to github, the main difference was that (as for Terrakube) we were not able to apply with VCS workspace but we could with CLI workspace. Both workspace were connected to github making the drift computation accurate with master.
Hoping I was clear in my explanation!
Have a good day !
Beta Was this translation helpful? Give feedback.
All reactions