Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam Terraform Associate topic 1 question 155 discussion

Actual exam question from HashiCorp's Terraform Associate
Question #: 155
Topic #: 1
[All Terraform Associate Questions]

Which of the following is true about Terraform's implementation of infrastructure as code? (Choose two.)

  • A. It is only compatible with AWS infrastructure management
  • B. You cannot reuse infrastructure configuration
  • C. You can version your infrastructure configuration
  • D. It requires manual configuration of infrastructure resources
  • E. It allows you to automate infrastructure provisioning
Show Suggested Answer Hide Answer
Suggested Answer: BD 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
RVivek
Highly Voted 1 year, 6 months ago
Selected Answer: CE
A- It soupports hundresds of providers B- You can have version number on your files D-- manual provisioning defeats the very purpose of IaC
upvoted 9 times
...
camps
Most Recent 12 months ago
Selected Answer: CE
C. You can version your infrastructure configuration. E. It allows you to automate infrastructure provisioning. Terraform's implementation of infrastructure as code has the following characteristics: Option C is true - you can version your infrastructure configuration using version control systems like Git. Terraform supports multiple version control backends such as Git, Subversion, and Mercurial, and allows users to manage multiple versions of infrastructure code in the same repository. Option E is true - Terraform allows you to automate infrastructure provisioning. Terraform uses configuration files to describe the desired state of infrastructure, and then automatically provisions and configures the infrastructure to match that state.
upvoted 3 times
...
Manguu
1 year ago
Selected Answer: CE
No doubt about it
upvoted 1 times
...
Zeppoonstream
1 year, 2 months ago
C. You can version your infrastructure configuration E. It allows you to automate infrastructure provisioning The following is true about Terraform's implementation of infrastructure as code: C. You can version your infrastructure configuration: Terraform uses configuration files written in HashiCorp Configuration Language (HCL) to define infrastructure resources. These files can be versioned using a version control system (VCS) such as Git, allowing you to track changes to your infrastructure over time and roll back to previous versions if necessary. E. It allows you to automate infrastructure provisioning: Terraform's infrastructure as code approach allows you to automate the provisioning of infrastructure resources. By defining the desired state of your infrastructure in code, you can use Terraform to create, modify, and delete resources in an automated and repeatable way.
upvoted 1 times
...
InformationOverload
1 year, 3 months ago
Selected Answer: CE
C and E for sure
upvoted 1 times
...
smling
1 year, 6 months ago
Selected Answer: CE
I go for CE.
upvoted 4 times
...
zyxphreez
1 year, 6 months ago
Selected Answer: CE
C, E are correct
upvoted 3 times
...
Burakko
1 year, 6 months ago
Selected Answer: CE
It has to be CE.
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...