From 0a8a4a79cbcb7eccae116103d79affb9f48a7100 Mon Sep 17 00:00:00 2001 From: Jon Prentice <4913666+jon77p@users.noreply.github.com> Date: Thu, 19 Sep 2024 12:36:56 -0700 Subject: [PATCH] chore(cdktf/infrastructure): remove cicd instance --- cdktf/infrastructure.json5 | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/cdktf/infrastructure.json5 b/cdktf/infrastructure.json5 index 42b933d19..bd79d2ee8 100644 --- a/cdktf/infrastructure.json5 +++ b/cdktf/infrastructure.json5 @@ -130,20 +130,6 @@ }, ], }, - cicd: { - name: "cicd", - domain: "jon77p.xyz", - is_subdomain: true, - ad_number: 1, - region: "us-phoenix-1", - // Canonical-Ubuntu-22.04-aarch64-2024.05.31-0 - // https://docs.oracle.com/en-us/iaas/images/image/73b549bd-1534-404c-968c-78f5cd3275d6/ - image_id: "ocid1.image.oc1.phx.aaaaaaaahnj5t3jk6za5prnsz3ikp35kjxfbqagxmhbtwbhirmnoghpjukhq", - shape: "VM.Standard.A1.Flex", - memory: 24, - ocpus: 4, - ingress: [], - }, }, }, }