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
- 생성자
- fuction
- methodArea
- ALTER
- value
- hamobee
- garbagecollection
- Hashtable
- 객체형변환
- hashCode
- eclipse
- MSA
- reference
- 추상클래스
- string
- class
- run()
- 콘크리트클래스
- constantnumber
- concreteclass
- overload
- object
- Vector
- start()
- Polymorphism
- override
- arguments
- abstractclass
- Eureka
- super
Archives
- Today
- Total
뇌운동일지
terraform aws 본문
terraform 기본지식
https://www.youtube.com/watch?v=SGH0uDni-WY
terraform tutorial
https://learn.hashicorp.com/tutorials/terraform/infrastructure-as-code?in=terraform/aws-get-started
원하는 dir 에서
terraform init
terraform plan (테스트)
terraform apply (적용)
terraform destroy (삭제)
code 파일명.tf
terraform 문서
https://registry.terraform.io/providers/hashicorp/aws/latest
TroubleShooting)
'purple duck 일지' 카테고리의 다른 글
ansible (0) | 2021.10.20 |
---|---|
window 환경의 docker 에서 centOS7 image pull (0) | 2021.10.20 |
Elasticsearch : kibana 로 csv data import 하고, 데이터 조회해보기 (0) | 2021.10.18 |
mongoDB (0) | 2021.10.15 |
Elasticsearch CRUD (0) | 2021.10.15 |
Comments