terraform-oci-vscode-server icon indicating copy to clipboard operation
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

Results 11 terraform-oci-vscode-server issues
Sort by recently updated
recently updated
newest added

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:...

deps
security

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,...

enhancement

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...

bug

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...

enhancement

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...

bug

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.

bug

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...

bug

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...

enhancement