diff --git a/identity-team-account/main.tf b/identity-team-account/main.tf index e69de29..5056d1b 100644 --- a/identity-team-account/main.tf +++ b/identity-team-account/main.tf @@ -0,0 +1,2 @@ +#main.tf +#### \ No newline at end of file diff --git a/identity-team-account/ec2/main.tf b/identity-team-account/modules/ec2/variables.tf similarity index 99% rename from identity-team-account/ec2/main.tf rename to identity-team-account/modules/ec2/variables.tf index dc1a386..073f781 100644 --- a/identity-team-account/ec2/main.tf +++ b/identity-team-account/modules/ec2/variables.tf @@ -5,7 +5,7 @@ # } # } # } - +## # provider "aws" { # region = "ap-northeast-2" # } diff --git a/identity-team-account/s3/main.tf b/identity-team-account/modules/s3/outputs.tf similarity index 100% rename from identity-team-account/s3/main.tf rename to identity-team-account/modules/s3/outputs.tf