this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(infra): remove Oracle and Hetzner from staging

May add them later if I need more than 1 region for staging.

Khue Doan 86bec1bf b85870f4

-16
-16
infra/staging/root.hcl
··· 39 39 40 40 contents = jsonencode(lookup( 41 41 { 42 - oracle = { 43 - provider = { 44 - oci = { 45 - tenancy_ocid = local.secrets.oracle_tenancy_ocid 46 - user_ocid = local.secrets.oracle_user_ocid 47 - fingerprint = local.secrets.oracle_fingerprint 48 - private_key = local.secrets.oracle_private_key 49 - region = local.secrets.oracle_region 50 - } 51 - } 52 - } 53 - hetzner = { 54 - provider = { 55 - hcloud = {} 56 - } 57 - } 58 42 proxmox = { 59 43 provider = { 60 44 proxmox = {