Task 3 - Terraform Verification

  1. Access the FortiGate, using the Terraform output.

    terraform3 terraform3

    • Terraform output can be redisplayed at any point as long as you are in the ./fortigate-automation-stitch-workshop/terraform/azure directory, by using the command terraform output
    • To view the FortiGate and Linux VM login credentials use the command terraform output credentials
    cd
    cd ./fortigate-automation-stitch-workshop/terraform/azure
    terraform output
    terraform output credentials
    
  2. Review the Resource Group and created components.

    • 1 - Automation Account
    • 4 - Disks for the VMs
    • 4 - Network Interfaces for the VMs
    • 2 - Network security groups
    • 1 - Public IP address for the FortiGate
    • 1 - Route table
    • 1 - Runbook
    • 1 - Storage account
    • 3 - Virtual Machines
      • 1 - FortiGate
      • 2 - Linux VMs
    • 1 - Virtual Network - Containing 3 Subnets
      • snet-external
      • snet-internal
      • snet-protected

    1. Minimize the Cloudshell console window
    2. Click the slide-drawer menu icon (AKA the hamburger menu)
    3. Click Home
    4. Click Resource Groups
    5. Click your Resource Group USERXX-fgt-as-workshop

    resourcegroup1 resourcegroup1 resourcegroup2 resourcegroup2 resourcegroup3 resourcegroup3

  3. Verify your Resources

    resourcegroup4 resourcegroup4