Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In this step, you will use basic Terraform CLI commands to view existing resources.

  1. [Ubuntu] Open a PowerShell or Command Prompt window.

  2. [Ubuntu] Use the command  cd <file location>to navigate to the correct directory.

  3. [Ubuntu] Run the terraform init command to initialize Terraform in this directory and install the Infoblox provider.

  4. [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.

...