From 86bec1bf111eebffe5994f2292427459e20a4503 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Sun, 31 Aug 2025 10:58:03 +0700 Subject: [PATCH] fix(infra): remove Oracle and Hetzner from staging May add them later if I need more than 1 region for staging. --- infra/staging/root.hcl | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/infra/staging/root.hcl b/infra/staging/root.hcl index f0a23a3..72ce12a 100644 --- a/infra/staging/root.hcl +++ b/infra/staging/root.hcl @@ -39,22 +39,6 @@ generate "provider" { contents = jsonencode(lookup( { - oracle = { - provider = { - oci = { - tenancy_ocid = local.secrets.oracle_tenancy_ocid - user_ocid = local.secrets.oracle_user_ocid - fingerprint = local.secrets.oracle_fingerprint - private_key = local.secrets.oracle_private_key - region = local.secrets.oracle_region - } - } - } - hetzner = { - provider = { - hcloud = {} - } - } proxmox = { provider = { proxmox = { -- 2.51.2