AWS 코드 - https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/db_cluster_snapshot
Terraform Registry
registry.terraform.io
mkdir ~/terraform-aurora
cd ~/terraform-aurora
terraform init # 플러그인 초기화
terraform plan # 실행 계획 확인
terraform apply # 리소스 생성
- main.tf 생성후 terrafrom build 처리
- terrafrom init (초기화)
- terrafrom plan (확인)
- terrafrom apply (생성)
- terrfafom init
- terrafom plan
- terrafom apply
'IAC > Terraform' 카테고리의 다른 글
terraform 설치 (0) | 2024.11.29 |
---|