nerdexam
Cisco

350-601 · Question #641

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…

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…

Automation

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

How the community answered

(26 responses)
  • A
    77% (20)
  • B
    12% (3)
  • C
    4% (1)
  • D
    8% (2)

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

#Terraform#Cisco ACI#Authentication#Provider Configuration

Community Discussion

No community discussion yet for this question.

Full 350-601 Practice