From 21c121e85504894cdaaef164c20c162280947c05 Mon Sep 17 00:00:00 2001 From: aadhav-argonaut Date: Tue, 2 May 2023 18:32:23 +0530 Subject: [PATCH] chore: rename mongo_atlas_vpc_peering to mongo_db --- modules/aws/{mongo_atlas_vpc_peering => mongo_db}/main.tf | 0 modules/aws/{mongo_atlas_vpc_peering => mongo_db}/outputs.tf | 0 modules/aws/{mongo_atlas_vpc_peering => mongo_db}/provider.tf | 0 modules/aws/{mongo_atlas_vpc_peering => mongo_db}/variables.tf | 0 .../aws/{mongo_atlas_vpc_peering => mongo_db}/terragrunt.hcl | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename modules/aws/{mongo_atlas_vpc_peering => mongo_db}/main.tf (100%) rename modules/aws/{mongo_atlas_vpc_peering => mongo_db}/outputs.tf (100%) rename modules/aws/{mongo_atlas_vpc_peering => mongo_db}/provider.tf (100%) rename modules/aws/{mongo_atlas_vpc_peering => mongo_db}/variables.tf (100%) rename templates/infrastructure/environment/aws/{mongo_atlas_vpc_peering => mongo_db}/terragrunt.hcl (100%) diff --git a/modules/aws/mongo_atlas_vpc_peering/main.tf b/modules/aws/mongo_db/main.tf similarity index 100% rename from modules/aws/mongo_atlas_vpc_peering/main.tf rename to modules/aws/mongo_db/main.tf diff --git a/modules/aws/mongo_atlas_vpc_peering/outputs.tf b/modules/aws/mongo_db/outputs.tf similarity index 100% rename from modules/aws/mongo_atlas_vpc_peering/outputs.tf rename to modules/aws/mongo_db/outputs.tf diff --git a/modules/aws/mongo_atlas_vpc_peering/provider.tf b/modules/aws/mongo_db/provider.tf similarity index 100% rename from modules/aws/mongo_atlas_vpc_peering/provider.tf rename to modules/aws/mongo_db/provider.tf diff --git a/modules/aws/mongo_atlas_vpc_peering/variables.tf b/modules/aws/mongo_db/variables.tf similarity index 100% rename from modules/aws/mongo_atlas_vpc_peering/variables.tf rename to modules/aws/mongo_db/variables.tf diff --git a/templates/infrastructure/environment/aws/mongo_atlas_vpc_peering/terragrunt.hcl b/templates/infrastructure/environment/aws/mongo_db/terragrunt.hcl similarity index 100% rename from templates/infrastructure/environment/aws/mongo_atlas_vpc_peering/terragrunt.hcl rename to templates/infrastructure/environment/aws/mongo_db/terragrunt.hcl