部署
-
克隆仓库
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.tfvarssubscription_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。