HashiCorp
TERRAFORM-ASSOCIATE-004 · Question #37
When using multiple configuration of the same Terraform provider, what meta-argument must you include in any non-default provider configurations?
The correct answer is A. Alias. This is the meta-argument that you must include in any non-default provider configurations, as it allows you to give a friendly name to the configuration and reference it in other parts of your code. The other options are either invalid or irrelevant for this purpose.
Submitted by jian89· Apr 18, 2026Understand Terraform Providers
Question
When using multiple configuration of the same Terraform provider, what meta-argument must you include in any non-default provider configurations?
Options
- AAlias
- BId
- CDepends_on
- Dname
How the community answered
(31 responses)- A94% (29)
- B3% (1)
- D3% (1)
Explanation
This is the meta-argument that you must include in any non-default provider configurations, as it allows you to give a friendly name to the configuration and reference it in other parts of your code. The other options are either invalid or irrelevant for this purpose.
Topics
#Terraform Providers#Provider Configuration#Alias Meta-argument
Community Discussion
No community discussion yet for this question.