nerdexam
Fortinet

NSE7_PBC-7.2 · Question #49

Refer to the exhibit. You are tasked with deploying a webserver and FortiGate VMS in AWS. You are using Terraform to automate the process. Which two important details should you know about the…

The correct answer is A. All the output values are available after a successful terraform apply command B. The subnet_private 1 value is defined in the variables . tf file. All the output values are available after a successful terraform apply command. This means that after the deployment, you can view the output values by running terraform output or terraform show in the same directory where you ran terraform apply. You can also use the output…

FortiGate-VM in Public Cloud

Question

Refer to the exhibit. You are tasked with deploying a webserver and FortiGate VMS in AWS. You are using Terraform to automate the process. Which two important details should you know about the Terraform files? (Choose two.)

Exhibit

NSE7_PBC-7.2 question #49 exhibit

Options

  • AAll the output values are available after a successful terraform apply command
  • BThe subnet_private 1 value is defined in the variables . tf file
  • CAfter the deployment, Terraform output values are visible only through AWS CloudShell.
  • DYou must specify all the AWS credentials in the output. of file.

How the community answered

(25 responses)
  • A
    76% (19)
  • C
    8% (2)
  • D
    16% (4)

Explanation

All the output values are available after a successful terraform apply command. This means that after the deployment, you can view the output values by running terraform output or terraform show in the same directory where you ran terraform apply. You can also use the output values in other Terraform configurations or external systems by using the terraform output command with various options. The subnet_private_1 value is defined in the variables.tf file. This means that the subnet_private_1 value is an input variable that can be customized by passing a different value when running terraform apply or by setting an environment variable. The variables.tf file is where you declare all the input variables for your Terraform configuration.

Topics

#Terraform#output values#variables.tf#AWS deployment

Community Discussion

No community discussion yet for this question.

Full NSE7_PBC-7.2 Practice