TA-002-P · Question #168
TA-002-P Question #168: Real Exam Question with Answer & Explanation
The correct answer is B: False. {"question_number": 5, "correct_answer": "B", "explanation": "This is False. While the provider-specific resource type name can be swapped (e.g., from aws_instance to vsphere_virtual_machine), the resource arguments (configuration parameters) differ significantly between provider
Question
A single terraform resource file that defines an aws_instance resource can simply be renamed to vsphere_virtual_machine in order to switch cloud providers.
Options
- ATrue
- BFalse
Explanation
{"question_number": 5, "correct_answer": "B", "explanation": "This is False. While the provider-specific resource type name can be swapped (e.g., from aws_instance to vsphere_virtual_machine), the resource arguments (configuration parameters) differ significantly between providers. AWS and VMware vSphere have entirely different required and optional attributes - things like AMI IDs, VPC settings, and security groups are AWS-specific concepts that do not exist in vSphere. A migration between providers requires rewriting the resource block's arguments to match the new provider's schema, not just renaming the resource type.", "generated_by": "claude-sonnet", "llm_judge_score": 4}
Topics
Community Discussion
No community discussion yet for this question.