feat(infra): complete terraform for nat instance #2280
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
NAT Instance 를 테라폼 코드화 완료하였습니다
-생성한 NAT_Instance 의 network_interface_id 를 참조합니다
- security_group 을 설정하기 위해 따로 모듈을 생성하여 nat_instance security_group 을 설정 완료하였습니다.
- NAT_Instance의 subnet_id 를 tfvars 에 추가하였습니다.
closes TAS-1138
Additional context
Before submitting the PR, please make sure you do the following
fixes #123
).