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.
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
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)- A3% (1)
- B12% (4)
- C85% (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
Community Discussion
No community discussion yet for this question.
