|
Git Clone로 IaC Template을 복제 합니다.
|
terraform.tfvars 환경변수 값을 설정 합니다.
자격증명은 '03. Terraform으로 Log Workspace생성' 문서에서 생성한 값을 그대로 이용합니다.
subscription_id = "{subscription_id}" tenant_id = "{tenant_id}" client_id = "{client_id}" client_secret = "{client_secret}" |
Terraform Template를 확인 합니다.
|
|