/
Applying Configuration

Applying Configuration

Apply Terraform Configuration

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

  1. [Ubuntu] Open a 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

 

 

 

 

 

 

 

 

 

Related content