Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

Apply Terraform Configuration

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.

  1. [Ubuntu] you can also fetch these details to a json file directly with the help of these command

    1. terraform plan out “plan_name”

    2. terraform apply “plan_name”>test.json

  • No labels