Free Terraform-Associate-003 Actual Exam Questions - Question 12 Discussion
Question No. 12
[Manage Terraform Resources and Providers]
You ate creating a Terraform configuration which needs to make use of multiple providers, one for
AWS and one for Datadog. Which of the following provider blocks would allow you to do this?
A)
/page_2_img_1.jpg)
B)
/page_3_img_1.jpg)
C)
/page_3_img_2.jpg)
D)
/page_4_img_1.jpg)
You ate creating a Terraform configuration which needs to make use of multiple providers, one for
AWS and one for Datadog. Which of the following provider blocks would allow you to do this?
A)
/page_2_img_1.jpg)
B)
/page_3_img_1.jpg)
C)
/page_3_img_2.jpg)
D)
/page_4_img_1.jpg)
Select one option, then reveal solution.
US
CZ
Chris Z.
2026-02-10
Makes sense to rule out B since no aliases means you can’t differentiate resources from AWS and Datadog. Option C stands out because it uses aliases, which is key when working with multiple providers. So I’d go with C too—having those aliases lets you specify the provider for each resource without confusion.
0
SA
Sohail A.
2026-02-10
B Option B declares both providers but doesn’t use aliases, which can cause conflicts when managing resources from multiple providers. That’s why it’s not the best choice here.
0
AX
Andrew X.
2026-01-19
C, because it clearly defines both providers with aliases for independent use.
0
HZ
Hassan Z.
2026-01-15
Option C looks right since it shows both AWS and Datadog providers declared separately.
0