From 41f9618aa8e1200710a608b7f75710956c11f963 Mon Sep 17 00:00:00 2001 From: Jonathan Simon Date: Sun, 17 Nov 2019 22:49:51 -0800 Subject: [PATCH] consolodating to single folder --- terraform/aws/{vpc => }/provider.tf | 0 terraform/aws/{vpc => }/variables.tf | 2 ++ terraform/aws/{vpc/main.tf => vpc.tf} | 0 3 files changed, 2 insertions(+) rename terraform/aws/{vpc => }/provider.tf (100%) rename terraform/aws/{vpc => }/variables.tf (95%) rename terraform/aws/{vpc/main.tf => vpc.tf} (100%) diff --git a/terraform/aws/vpc/provider.tf b/terraform/aws/provider.tf similarity index 100% rename from terraform/aws/vpc/provider.tf rename to terraform/aws/provider.tf diff --git a/terraform/aws/vpc/variables.tf b/terraform/aws/variables.tf similarity index 95% rename from terraform/aws/vpc/variables.tf rename to terraform/aws/variables.tf index 96cc388..5379a6b 100644 --- a/terraform/aws/vpc/variables.tf +++ b/terraform/aws/variables.tf @@ -1,3 +1,5 @@ +## MAIN Variables + variable "aws_access_key" {} variable "aws_secret_key" {} diff --git a/terraform/aws/vpc/main.tf b/terraform/aws/vpc.tf similarity index 100% rename from terraform/aws/vpc/main.tf rename to terraform/aws/vpc.tf