Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- Amazon CloudWatch
- 코드커버리지
- Service Account
- 테라폼
- instances failed to join cluster
- helm_release
- ingestion
- aws ses #aws lambda
- IRSA
- assumerole
- Docker0
- Terraform
- route53
- 에이전트 유형
- node group
- fruition
- Pipeline
- 에이전트 구성
- NAT
- httpasswd
- aws-loadbalacner-controller
- Gateway
- kubernetes
- amazon sns
- 클러스터 보안 그룹
- saa-c03 #saa #aws certified solutions architect - associate
- s3
- docker
- jenkins
- 추가 보안 그룹
Archives
- Today
- Total
목록모듈 (1)
cloudwithbass
[Terraform] 모듈화 연습하기1: VPC와 Subnet, 모듈화
목차이번 포스팅에선 모듈화 연습을 위해 간단한 데모를 만들어볼 것입니다.vpc와 subnet을 이용합니다. 클릭 시 관련 테라폼 문서로 이동할 수 있습니다.혹시 포스팅에 잘못된 점이나 개선점이 있을 경우, 댓글로 알려주시면 정말 감사드리겠습니다.전체 코드는 다음 주소에서 확인 가능합니다.https://github.com/Dminus251/practice-terraform/tree/main/demo01-vpc_subnetresource 블록을 제외한 블록들입니다. 1. vpc와 subnet 생성모듈화를 하기 전에, main.tf의 초기 코드를 보겠습니다.테라폼의 vpc, subnet 문서를 참조해서 main.tf에 다음 코드를 작성합니다.이 코드는 cidr이 10.0.0.0/16인 VPC와, 그 안에서 ..
Terraform
2024. 8. 25. 14:22