Valid TA-002-P Dumps shared by ExamDiscuss.com for Helping Passing TA-002-P Exam! ExamDiscuss.com now offer the newest TA-002-P exam dumps, the ExamDiscuss.com TA-002-P exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com TA-002-P dumps with Test Engine here:
Access TA-002-P Dumps Premium Version
(94 Q&As Dumps, 35%OFF Special Discount Code: freecram)
Recent Comments (The most recent comments are at the top.)
A and B are correct.
B is correct because of the command -> terraform state list
Subcommands:
list List resources in the state
mv Move an item in the state
pull Pull current state and output to stdout
push Update remote state from a local state file
replace-provider Replace provider in the state
rm Remove instances from the state
show Show a resource in the state
The terraform state command is used for advanced state management. As your Terraform usage becomes more advanced, there are some cases where you may need to modify the Terraform state. Rather than modify the state directly, the terraform state commands can be used in many cases instead.
Answer is A
Answer should be B
I agree with Fatah.
Terraform state command is used for advanced state management
https://www.terraform.io/cli/commands/state
B: Correct answer : You can't modify or refresh state, Its should be B - View state.
https://www.terraform.io/cli/commands/state/list
https://www.terraform.io/cli/commands/state/show
You can, modify state with this command as well: terraform state rm
The Answer is A. Terraform state command is used for advanced state management, like when you have heavy configuration that required manual state modification.
https://www.terraform.io/cli/commands/state
Answer should be B, to view state, you can't modify or refresh state with this command.
https://www.terraform.io/cli/commands/state/list
https://www.terraform.io/cli/commands/state/show