배포
빠른 시작
섹션 제목: “빠른 시작”-
리포지토리 클론
Terminal window git clone https://github.com/f5-sales-demo/REPLACE_REPO_NAME.gitcd REPLACE_REPO_NAME/terraform -
예제 변수 파일 복사
Terminal window cp terraform.tfvars.example terraform.tfvars -
terraform.tfvars를 본인의 값으로 편집subscription_id = "your-azure-subscription-id"# TODO: Add component-specific required variables -
초기화 및 계획 수립
Terminal window terraform initterraform plan -
적용
Terminal window terraform apply
TODO: 여기에 변수 참조 테이블을 추가하세요.
출력값
섹션 제목: “출력값”적용 후, Terraform은 public_ip, ssh_command, deployer를 포함한 주요 출력값을 표시합니다.