Terraform••• 파일 구조env/dev/stg/prod/main.tfvariables.tflocals.tfoutputs.tfprovider.tfterraform.tfvarsvariables.tfvpc.tfsubnet.tfec2.tfefs.tfmodules/main.tfvariables.tfbackend.tflocals.tfoutputs.tfprovider.tfterraform.tfvarsvariables.tfmain.tfaws_variables.tf리소스 설정 값들을 custom하도록 변수로 지정custom한 변수의 실제 값 지정 variablelocals외부 입력O (외부에서 값 입력받거나 기본값 사용)X (코드 내부에서 고정값 사용)사용 방식var.aws_my_vpclocal.env목적e..