HashiCorp
TERRAFORM-ASSOCIATE-003 · Question #191
TERRAFORM-ASSOCIATE-003 Question #191: Real Exam Question with Answer & Explanation
The correct answer is D. aws. The provider for the aws_vpc resource is aws, as the resource type begins with aws_, which denotes that it is managed by the AWS provider.
Question
What is the provider for the resource shown in the Exhibit? resource "aws_vpc" "main" { name = "test" }
Options
- AVPC
- Btest
- Cmain
- Daws
Explanation
The provider for the aws_vpc resource is aws, as the resource type begins with aws_, which denotes that it is managed by the AWS provider.
Community Discussion
No community discussion yet for this question.