Terraform Code 추가
This commit is contained in:
@@ -27,8 +27,12 @@ tf 파일 작성 같은 경우 유지보수의 용이를 위하여 종류 별
|
||||
|---|---|
|
||||
|variables.tf|access key, secret access key, region 등 변수 정의|
|
||||
|aws.tf|provider 정의|
|
||||
|vpc.tf|vpc, subnet,gateway 등 정의|
|
||||
|vpc.tf|vpc 정의|
|
||||
|subnet.tf|subnet 정의|
|
||||
|gateway.tf|gateway 정의|
|
||||
|route.tf|route table 정의|
|
||||
|acl.tf, acl_association.tf|ACL 관련 정의|
|
||||
|ssl_key.tf|SSH 접속을 위한 Key 관련 정의|
|
||||
|server.tf|EC2 정의|
|
||||
|
||||
> 추가 예정
|
||||
|
||||
Reference in New Issue
Block a user