This project creat a Nix instance on Oracle Cloud
Creat a .env file from the .env.example and modify and apply it.
cp .env.example .env
source .envcd network
terraform init
terraform plan
terraform applycd compute
terraform init
terraform plan
terraform apply