350-601 · Question #641
350-601 Question #641: Real Exam Question with Answer & Explanation
The correct answer is A: provider with user ID and password. In Terraform, the provider block is used to configure access to the infrastructure being managed, including authentication details. To ensure that login requests are not limited, the provider with user ID and password should be used. This approach allows the user to configure ret
Question
An engineer must automate configuration for Cisco ACI objects using the Terraform tool. The engineer must ensure that the login request is never exceeded and users can attempt as many login attempts as necessary. Which configuration must be used in Terraform to meet these requirements?
Options
- Aprovider with user ID and password
- Bresources with user ID and password
- Cresources with signature-based authentication
- Dprovider with signature-based authentication
Explanation
In Terraform, the provider block is used to configure access to the infrastructure being managed, including authentication details. To ensure that login requests are not limited, the provider with user ID and password should be used. This approach allows the user to configure retries and ensure that authentication retries can continue until a successful login is achieved.
Topics
Community Discussion
No community discussion yet for this question.