···11-# Horus
11+# Cloudlab
2233> [!IMPORTANT]
44> This project is designed to manage my offsite setup, which is specific to my
55> use cases, so it might not be directly useful to you. For a ready-to-use
66> solution, please refer to my [homelab project](https://github.com/khuedoan/homelab).
77-88-> The name is from [Horus the Child, or Harpocrates](https://en.wikipedia.org/wiki/Harpocrates)
97108## Features
119
···1212variable "compartment_name" {
1313 description = "Name of the compartment where to create all resources"
1414 type = string
1515- default = "horus"
1515+ default = "cloudlab"
1616}
17171818variable "compartment_description" {
1919 description = "Description of the compartment where to create all resources"
2020 type = string
2121- default = "Horus Project"
2121+ default = "Cloudlab Project"
2222}
+1-1
infra/versions.tf
···66 organization = "khuedoan"
7788 workspaces {
99- name = "horus"
99+ name = "cloudlab"
1010 }
1111 }
1212