ExamGecko
Question list
Search
Search

Question 103 - Terraform Associate 003 discussion

Report
Export

As a member of an operations team that uses infrastructure as code (lac) practices, you are tasked with making a change to an infrastructure stack running in a public cloud. Which pattern would follow laC best practices for making a change?

A.
Make the change via the public cloud API endpoint
Answers
A.
Make the change via the public cloud API endpoint
B.
Clone the repository containing your infrastructure code and then run the code
Answers
B.
Clone the repository containing your infrastructure code and then run the code
C.
Use the public cloud console to make the change after a database record has been approved
Answers
C.
Use the public cloud console to make the change after a database record has been approved
D.
Make the change programmatically via the public cloud CLI
Answers
D.
Make the change programmatically via the public cloud CLI
E.
Submit a pull request and wait for an approved merge of the proposed changes
Answers
E.
Submit a pull request and wait for an approved merge of the proposed changes
Suggested answer: E

Explanation:

You do not need to use different Terraform commands depending on the cloud provider you use. Terraform commands are consistent across different providers, as they operate on the Terraform configuration files and state files, not on the provider APIs directly.

asked 18/09/2024
aakriti grover
51 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first