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.