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)
Terraform-Associate-003 practice exam questions
B)
Terraform-Associate-003 real exam questions
C)
Terraform-Associate-003 actual exam questions
D)
Terraform-Associate-003 practice exam questions
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