When using multiple configuration of the same Terraform provider, what meta-argument must you include in any non-default provider configurations?

When using multiple configuration of the same Terraform provider, what meta-argument must you include in any non-default provider configurations?
A . Alias
B . Id
C . Depends_on
D . name

Answer: A

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.

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments