跳转到内容

部署

  1. 克隆仓库

    Terminal window
    git clone https://github.com/f5-sales-demo/REPLACE_REPO_NAME.git
    cd REPLACE_REPO_NAME/terraform
  2. 复制示例变量文件

    Terminal window
    cp terraform.tfvars.example terraform.tfvars
  3. 使用您的值编辑 terraform.tfvars

    subscription_id = "your-azure-subscription-id"
    # TODO: Add component-specific required variables
  4. 初始化并规划

    Terminal window
    terraform init
    terraform plan
  5. 应用

    Terminal window
    terraform apply

TODO: 在此添加变量参考表。

应用完成后,Terraform 将显示关键输出,包括 public_ip、ssh_command 和 deployer。