...
In this step, you will use basic Terraform CLI commands to view existing resources.
[Ubuntu] Open a PowerShell or Command Prompt window.
[Ubuntu] Use the command cd <file location>to navigate to the correct directory.
[Ubuntu] Run the terraform init command to initialize Terraform in this directory and install the Infoblox provider.
[Ubuntu] Run the command terraform apply -auto-approve to apply the configuration, retrieving the network and outputting attributes to the command prompt. Note the output section returning the desired attributes.
...