Skip to content

Commit a94e34e

Browse files
committed
chore: remove unneded files
1 parent 82a3444 commit a94e34e

14 files changed

Lines changed: 267 additions & 850 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,3 +122,7 @@ scripts/oci-env.sh
122122
**/.terraform/
123123
# Lock files in modules (generated by terraform init during validation)
124124
!terraform/modules/**/.terraform.lock.hcl
125+
126+
# OCI public deployment secrets
127+
scripts/setup-oci-public.env
128+
docs/superpowers/**
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# OCI Public Post-Deploy Setup Configuration
2+
# Copy to setup-oci-public.env and fill in values.
3+
# This file is gitignored — never commit the real .env file.
4+
5+
# ---------------------------------------------------------------------------
6+
# OCI Configuration
7+
# ---------------------------------------------------------------------------
8+
OCI_PROFILE=tmi
9+
OCI_COMPARTMENT_ID=ocid1.compartment.oc1..example
10+
OCI_DNS_ZONE_ID=ocid1.dns-zone.oc1..example
11+
OCI_REGION=us-ashburn-1
12+
13+
# ---------------------------------------------------------------------------
14+
# Domain
15+
# ---------------------------------------------------------------------------
16+
DOMAIN=oci.tmi.dev
17+
API_HOSTNAME=api.oci.tmi.dev
18+
UX_HOSTNAME=app.oci.tmi.dev
19+
20+
# ---------------------------------------------------------------------------
21+
# ACME / Let's Encrypt
22+
# ---------------------------------------------------------------------------
23+
ACME_EMAIL=admin@example.com
24+
# Use "staging" for testing, "production" for real certs
25+
ACME_DIRECTORY=staging
26+
27+
# ---------------------------------------------------------------------------
28+
# Google OAuth (from Google Cloud Console)
29+
# ---------------------------------------------------------------------------
30+
GOOGLE_CLIENT_ID=your-client-id.apps.googleusercontent.com
31+
GOOGLE_CLIENT_SECRET=GOCSPX-your-client-secret
32+
33+
# ---------------------------------------------------------------------------
34+
# TMI Admin Bootstrap
35+
# Obtain by: 1) OAuth login as admin (login_hint=charlie)
36+
# 2) POST /me/client_credentials to create credentials
37+
# ---------------------------------------------------------------------------
38+
TMI_CLIENT_ID=tmi_cc_example
39+
TMI_CLIENT_SECRET=your-client-secret
40+
41+
# ---------------------------------------------------------------------------
42+
# Kubernetes
43+
# ---------------------------------------------------------------------------
44+
# Leave empty to use current kubectl context
45+
KUBE_CONTEXT=
46+
TMI_NAMESPACE=tmi

terraform/environments/aws-production/.terraform.lock.hcl

Lines changed: 0 additions & 125 deletions
This file was deleted.

0 commit comments

Comments
 (0)