इसे छोड़कर कंटेंट पर जाएं

डिप्लॉय

  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 शामिल हैं।