Overview
Oracle World provides OpenTofu/Terraform modules for Oracle Cloud’s Always Free tier. A single apply provisions a 4-core ARM compute instance with 24 GB RAM, 200 GB storage, and optional MySQL HeatWave, S3-compatible storage, monitoring, and budget alerts.
Resources
| Resource | Spec |
|---|---|
| Compute | VM.Standard.A1.Flex — 4 OCPUs, 24 GB RAM |
| Boot Storage | 50 GB + weekly backups |
| Block Storage | 150 GB at /data |
| MySQL HeatWave | 50 GB, private subnet (optional) |
| Object Storage | 30 GB S3-compatible (optional) |
| Monitoring | Idle-detection alarms for reclaim prevention (optional) |
| Budget Alerts | Email on any spend + at 50% / 80% / 100% (optional) |
Features
- One Command Deploy:
just init && just plan && just apply - SSH Management: Whitelist your IP, connect, and revoke access with simple commands
- Interactive Setup: Claude Code
/setupcommand walks through configuration - Free Tier Optimized: Designed to stay within Oracle Cloud’s Always Free limits
Technology Stack
- HCL (OpenTofu/Terraform)
- Oracle Cloud Infrastructure (OCI)
- Just (task runner)