terraform-oci-vscode-server
terraform-oci-vscode-server copied to clipboard
Terraform project that deploys VSCode Server on Oracle Cloud Infrastructure (free tier) and protect the access with Cloudflare Zero Trust (optional) or an SSH tunnel
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Repository problems These problems occurred while renovating this repository. [View logs](https://developer.mend.io//github/timoa/terraform-oci-vscode-server). - WARN:...
Since there is a lot of software to install depending on the usage of VSCode, it will be easier to maintain a set of tools per usage (common, for DevOps,...
On the first run, the provisioning of the instance is failing when Cloudflare Zero Trust is enabled due to the `cloudflare_tunnel_route.cf_tunnel_route`. The error is triggered due to a network not...
Currently, we get great performance on the instance, but since it is preemptible, the instance gets deleted by Oracle Cloud when they need it. To avoid having VScode unavailable when...
During the first run of the Ansible playbooks, the terminal becomes interactive and asks to add the SSH host to the know host file and wait for an answer. Need...
The `/etc/fstab` config is present for the `/data` volume (generated by Ansible), and the iSCSI device is connected, but the volume is not mounted on the OS.
Optional dependencies like Cloudflare Zero Trust or the DevOps dependencies are installed by Ansible with the local-exec provider. The issue is that Terraform is executing them in parallel since they...
To avoid losing the pre-commit cache after the recreation of the instance, we need to save the `~/.cache/pre-commit` folder to the `/data` volume and create a symlink at the boot...