-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
17771de
commit dd05c5e
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,16 @@ | ||
# terraform-aws-network | ||
|
||
AWS 네트워크 관련 자원 생성을 위한 terraform 모듈 | ||
|
||
### 개요 | ||
|
||
다음과 같은 자원들을 생성 함 | ||
|
||
- vpc | ||
- public subnet | ||
- private subnet | ||
|
||
public subnet이 있는 경우에만 다음 자원들을 생성함 | ||
|
||
- internet gateway | ||
- public route table |