deploy
스타2
포크0
업데이트2026년 7월 15일 01:54
Deploy or update OCI infrastructure — runs plan and apply
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SKILL.md
readonly메뉴
Deploy or update OCI infrastructure — runs plan and apply
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Scaffold a new OCI Terraform module following project conventions
Open or close a TCP/UDP port on the instance — updates security list and iptables
Interactive setup wizard — walks through OCI configuration with guided questions
Manage SSH access to the OCI instance — open, connect, or close
Show current state of OCI infrastructure — IPs, resources, drift
| name | deploy |
| description | Deploy or update OCI infrastructure — runs plan and apply |
| disable-model-invocation | true |
| allowed-tools | Bash, Read, Grep, Glob |
| argument-hint | [plan|apply|destroy] |
Run the Terraform/OpenTofu workflow for terraform/environments/oci-prod/.
Arguments:
apply: run plan then apply (with user confirmation)plan: preview changes onlydestroy: tear down infrastructure (requires confirmation)terraform/environments/oci-prod/oci-prod.auto.tfvars exists. If not, tell the user to run just setup or copy the example file first..env exists (test -f .env). If missing, tell the user to run ./generate-env.sh. Do NOT read .env contents — a hook blocks this.just init if terraform/environments/oci-prod/.terraform/ doesn't exist.$ARGUMENTS is plan or empty:
just plan$ARGUMENTS is apply or empty:
just apply$ARGUMENTS is destroy:
prevent_destroy on MySQL and object storagejust destroyjust recipes (not raw tofu commands) — just loads .env secrets automatically via set dotenv-load.source .env — the hook blocks this. The just dotenv integration handles it transparently.