diff --git a/cdktf/infrastructure.json5 b/cdktf/infrastructure.json5 index 9e163245b..42b933d19 100644 --- a/cdktf/infrastructure.json5 +++ b/cdktf/infrastructure.json5 @@ -18,27 +18,7 @@ ingress: [], }, }, - instances: { - monitoring: { - name: "monitoring", - domain: "jon77p.xyz", - is_subdomain: true, - ad_number: 1, - region: "us-sanjose-1", - // Canonical-Ubuntu-22.04-2024.05.31-0 - // https://docs.oracle.com/en-us/iaas/images/image/2e489f7c-01c3-4e8a-ae19-4648a1114c26/ - image_id: "ocid1.image.oc1.us-sanjose-1.aaaaaaaajiapmujnlwkmd4qzbuwbo43t7pzhx6jwxo746s5l4iqx5ktmprxa", - shape: "VM.Standard.E2.1.Micro", - memory: 1, - ocpus: 1, - ingress: [ - { - hostname: "grafana.jon77p.xyz", - service: "https://localhost:3000", - }, - ], - }, - }, + instances: {}, }, oci1: { regions: ["us-sanjose-1"],