Back
OCI provider Terraform multi-region and Home Region diagram
05Nov, 2025

Configuring the OCI Provider in Terraform/OpenTofu: Cloud Shell, Resource Manager, Multi-Region, and Home Region Best Practices

Introduction Configuring the OCI provider Terraform or OpenTofu works very differently from Azure. In Azure, every resource belongs to a Resource Group, and that group determines its region. Terraform doesn’t need to know much about geography — all resources automatically inherit the location from their group. In Oracle Cloud Infrastructure …

29May, 2024

🚀 How to Create Your First OCI Resource Manager Stack (Step-by-Step)

Oracle Cloud Infrastructure (OCI) Resource Manager is a built-in Terraform-as-a-Service solution. Instead of maintaining your own Terraform server, you can simply upload configuration files and run jobs directly in the OCI Console. In this guide, I’ll walk you through a real example: creating a simple stack from a .zip archive …