Exam Terraform-Associate-004 Topic 5 Question 194 Discussion
Actual exam question for HashiCorp's Terraform-Associate-004 exam
Question #: 194
Topic #: 5
Question #: 194
Topic #: 5
Which of the following methods, used to provision resources into a public cloud, demonstrates the concept of infrastructure as code?
Suggested Answer: C Vote an answer
The concept of infrastructure as code (IaC) is to define and manage infrastructure using code, rather than manual processes or GUI tools. A script that contains a series of public cloud CLI commands is an example of IaC, because it uses code to provision resources into a public cloud. The other options are not examples of IaC, because they involve manual or interactive actions, such as running curl commands, sending REST requests, or entering commands into a console. Reference = [Introduction to Infrastructure as Code with Terraform] and [Infrastructure as Code]
by Wallis at Sep 01, 2026, 08:09 PM
0
0
0
10
Comments
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.
Report Comment
Commenting
You can sign-up / login (it's free).