TERRAFORM-ASSOCIATE-003 · 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.
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
(47 responses)- A83% (39)
- B9% (4)
- C6% (3)
- D2% (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
Community Discussion
No community discussion yet for this question.