From bc42d3f04843ae7586241b305fb69efba7e9d928 Mon Sep 17 00:00:00 2001 From: Tom Carrio Date: Mon, 15 Jul 2024 00:03:54 -0400 Subject: [PATCH] chore: rename to match domain naming --- README.md | 2 +- infrastructure/{torin-reine => torinreine}/cf_data.tf | 0 infrastructure/{torin-reine => torinreine}/cf_records.tf | 0 infrastructure/{torin-reine => torinreine}/cf_rulesets.tf | 0 .../{torin-reine => torinreine}/config/backend.hcl.example | 0 infrastructure/{torin-reine => torinreine}/provider.tf | 0 infrastructure/{torin-reine => torinreine}/variables.tf | 0 infrastructure/{torin-reine => torinreine}/versions.tf | 0 8 files changed, 1 insertion(+), 1 deletion(-) rename infrastructure/{torin-reine => torinreine}/cf_data.tf (100%) rename infrastructure/{torin-reine => torinreine}/cf_records.tf (100%) rename infrastructure/{torin-reine => torinreine}/cf_rulesets.tf (100%) rename infrastructure/{torin-reine => torinreine}/config/backend.hcl.example (100%) rename infrastructure/{torin-reine => torinreine}/provider.tf (100%) rename infrastructure/{torin-reine => torinreine}/variables.tf (100%) rename infrastructure/{torin-reine => torinreine}/versions.tf (100%) diff --git a/README.md b/README.md index 5ad4e99..40ea902 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Everything lives under `packages/` for now. This supports a basic monorepo struc You can get started with the OpenTofu stack with the shared S3 state in Cloudflare R2. -> ⚠️ Make sure you're inside the `infrastructure/${project}` directory for all the commands, e.g. `infrastructure/torin-reine` +> ⚠️ Make sure you're inside the `infrastructure/${project}` directory for all the commands, e.g. `infrastructure/torinreine` Initialize the project: diff --git a/infrastructure/torin-reine/cf_data.tf b/infrastructure/torinreine/cf_data.tf similarity index 100% rename from infrastructure/torin-reine/cf_data.tf rename to infrastructure/torinreine/cf_data.tf diff --git a/infrastructure/torin-reine/cf_records.tf b/infrastructure/torinreine/cf_records.tf similarity index 100% rename from infrastructure/torin-reine/cf_records.tf rename to infrastructure/torinreine/cf_records.tf diff --git a/infrastructure/torin-reine/cf_rulesets.tf b/infrastructure/torinreine/cf_rulesets.tf similarity index 100% rename from infrastructure/torin-reine/cf_rulesets.tf rename to infrastructure/torinreine/cf_rulesets.tf diff --git a/infrastructure/torin-reine/config/backend.hcl.example b/infrastructure/torinreine/config/backend.hcl.example similarity index 100% rename from infrastructure/torin-reine/config/backend.hcl.example rename to infrastructure/torinreine/config/backend.hcl.example diff --git a/infrastructure/torin-reine/provider.tf b/infrastructure/torinreine/provider.tf similarity index 100% rename from infrastructure/torin-reine/provider.tf rename to infrastructure/torinreine/provider.tf diff --git a/infrastructure/torin-reine/variables.tf b/infrastructure/torinreine/variables.tf similarity index 100% rename from infrastructure/torin-reine/variables.tf rename to infrastructure/torinreine/variables.tf diff --git a/infrastructure/torin-reine/versions.tf b/infrastructure/torinreine/versions.tf similarity index 100% rename from infrastructure/torin-reine/versions.tf rename to infrastructure/torinreine/versions.tf