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.)
Answer is A
Correct . even the CLI command requires defined outputs
The terraform output command is used to extract the value of an output variable from the state file.
Agreed with Serha and Atanas, the trick here is: you did not create any outputs for your code.
Therefore the only way to find the IP is using terraform state list/show.
Can't be D because:
"The state file either has no outputs defined, or all the defined outputs are empty. Please define an output in your configuration with the `output` keyword and run `terraform refresh` for it to become available."
How it is possible to show an output without creating an output in the configuration.
So, answer should be "A", imo.