Skip to content

Deploy

  1. Clone the repository

    Terminal window
    git clone https://github.com/f5-sales-demo/REPLACE_REPO_NAME.git
    cd REPLACE_REPO_NAME/terraform
  2. Copy the example variables file

    Terminal window
    cp terraform.tfvars.example terraform.tfvars
  3. Edit terraform.tfvars with your values

    subscription_id = "your-azure-subscription-id"
    # TODO: Add component-specific required variables
  4. Initialize and plan

    Terminal window
    terraform init
    terraform plan
  5. Apply

    Terminal window
    terraform apply

TODO: Add a variable reference table here.

After apply, Terraform displays key outputs including public_ip, ssh_command, and deployer.