diff --git a/terraform.tfvars.example b/terraform.tfvars.example deleted file mode 100644 index e78e457..0000000 --- a/terraform.tfvars.example +++ /dev/null @@ -1,20 +0,0 @@ -# Copy to terraform.tfvars and fill in your values -# cp terraform.tfvars.example terraform.tfvars - -# ── OCI Auth ──────────────────────────────────────────────── -# From Oracle Cloud Console → Profile → API Keys -tenancy_ocid = "ocid1.tenancy.oc1..your-tenancy-ocid" -user_ocid = "ocid1.user.oc1..your-user-ocid" -fingerprint = "xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx" -private_key_path = "~/.oci/oci_api_key.pem" -region = "us-ashburn-1" - -# ── OCI Resource ──────────────────────────────────────────── -# From Oracle Cloud Console → Compartment OCID -compartment_id = "ocid1.compartment.oc1..your-compartment-ocid" -availability_domain = "Uocm:US-ASHBURN-AD-1" - -# ── Secrets ────────────────────────────────────────────────── -openrouter_api_key = "sk-or-v1-your-key-here" -telegram_bot_token = "1234567890:your-token-here" -openclaw_gateway_token = "your-secret-gateway-token" \ No newline at end of file