nerdexam
Fortinet

FCSS_CDS_AR-7.6 · Question #24

Refer to the exhibit. After the initial Terraform configuration in Microsoft Azure, the terraform plan command is run. Which two statements about running the terraform plan command are true? (Choose…

The correct answer is C. The terraform plan command makes Terraform do a dry run. D. You must run the terraform init command once, before the terraform plan command. The terraform plan command performs a dry run, showing what actions Terraform will take without actually applying them. Before running terraform plan, you must run terraform init at least once to initialize the working directory and download the required provider plugins.

FortiGate-VM Architectures in Azure

Question

Refer to the exhibit. After the initial Terraform configuration in Microsoft Azure, the terraform plan command is run. Which two statements about running the terraform plan command are true? (Choose two.)

Exhibit

FCSS_CDS_AR-7.6 question #24 exhibit

Options

  • AThe terraform plan command will deploy the rest of the resources except the service principal
  • BYou cannot run the terraform apply command before the terraform plan command.
  • CThe terraform plan command makes Terraform do a dry run.
  • DYou must run the terraform init command once, before the terraform plan command.

How the community answered

(33 responses)
  • A
    3% (1)
  • B
    12% (4)
  • C
    85% (28)

Explanation

The terraform plan command performs a dry run, showing what actions Terraform will take without actually applying them. Before running terraform plan, you must run terraform init at least once to initialize the working directory and download the required provider plugins.

Topics

#Terraform#terraform plan#dry run#terraform init

Community Discussion

No community discussion yet for this question.

Full FCSS_CDS_AR-7.6 Practice