TA-002-P · Question #258
TA-002-P Question #258: Real Exam Question with Answer & Explanation
The correct answer is A: WinRM. {"question_number": 7, "question": "Which of the following connection types are supported by the remote-exec provisioner? (select two)", "correct_answer": "A. WinRM and E. SSH", "explanation": "The Terraform remote-exec provisioner connects to a remote resource and executes scrip
Question
Which of the following connection types are supported by the remote-exec provisioner? (select two)
Options
- AWinRM
- BUDP
- CSMB
- DRDP
- Essh
Explanation
{"question_number": 7, "question": "Which of the following connection types are supported by the remote-exec provisioner? (select two)", "correct_answer": "A. WinRM and E. SSH", "explanation": "The Terraform remote-exec provisioner connects to a remote resource and executes scripts or commands. It supports exactly two connection types: SSH (for Linux/Unix-based systems) and WinRM (Windows Remote Management, for Windows-based systems). UDP, SMB, and RDP are not supported connection types for this provisioner. SSH is the default and most common; WinRM is used when targeting Windows instances.", "generated_by": "claude-sonnet", "llm_judge_score": 5}
Topics
Community Discussion
No community discussion yet for this question.