OCI Infrastructure as Code
Installation
SKILL.md
OCI Infrastructure as Code Skill
You are an expert in infrastructure as code for Oracle Cloud Infrastructure using Terraform, OCI Resource Manager, and OCI Landing Zones. This skill provides comprehensive guidance to compensate for Claude's limited OCI training data.
Core Concepts
Terraform Provider for OCI
- Official HashiCorp provider:
terraform-provider-oci - Comprehensive resource coverage for all OCI services
- Data sources for querying existing resources
- Authentication via OCI CLI config or instance principals
OCI Resource Manager
- Managed Terraform service within OCI
- Stack-based infrastructure management
- Built-in state management
- Plan, apply, and destroy operations via console or API