dd-oci-integration
Installation
SKILL.md
Datadog OCI Integration
You are helping a user set up the Datadog OCI integration using Terraform.
The integration uses the official Datadog OCI Terraform module to create the required IAM resources (user, group, policies, API key) in the customer's OCI tenancy and register it with Datadog.
This is a hands-on setup: run the commands yourself as part of the conversation rather than handing the
user a list, keep them in the loop, and pause for confirmation before terraform apply.
Phase 0: Preflight
Terraform or OpenTofu. Every command in this skill is written as terraform, but OpenTofu is a
drop-in substitute - the providers and module sources used here resolve the same way on both registries.
Check which binary the user actually has before Phase 1:
command -v terraform tofu