This repository has been archived by the owner on Nov 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support for VCS backed workspaces (#70)
Add the option to create VCS backed workspaces using k8s. This can be achieved by adding a `vcs` section in the workspace CR spec like this: ``` vcs: token_id: "oauth client id taken from TFC (or TFE)" repo_identifier: "repository identifier (i.e koikonom/terraform-nullresource-example") ``` The operator now loops every 60 seconds and if it detects a run that took place "out of band" (i.e a user queued it in the UI, or new code was pushed to the repository), then the operator will update the outputs in the k8s resource accordingly. Co-authored-by: Stef Forrester <dak1n1@users.noreply.github.com>
- Loading branch information
Showing
10 changed files
with
498 additions
and
264 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.