nerdexam
HashiCorp

TERRAFORM-ASSOCIATE-004 · Question #121

Which of the following ate advantages of using infrastructure as code (laC) instead of provisioning with a graphical user interface (GUI)? Choose two correct answers.

The correct answer is A. Lets you version, reuse, and share infrastructure configuration D. Reduces risk of operator error. It lets you version, reuse, and share infrastructure configuration as code files, which can be stored in a source control system and integrated with your CI/CD pipeline. It reduces risk of operator error by automating repetitive tasks and ensuring consistency across…

Submitted by joshua94· Apr 18, 2026Understand Infrastructure as Code (IaC) Concepts

Question

Which of the following ate advantages of using infrastructure as code (laC) instead of provisioning with a graphical user interface (GUI)? Choose two correct answers.

Options

  • ALets you version, reuse, and share infrastructure configuration
  • BProvisions the same resources at a lower cost
  • CSecures your credentials
  • DReduces risk of operator error
  • EPrevents manual modifications to your resources

How the community answered

(40 responses)
  • A
    88% (35)
  • B
    3% (1)
  • C
    3% (1)
  • E
    8% (3)

Explanation

It lets you version, reuse, and share infrastructure configuration as code files, which can be stored in a source control system and integrated with your CI/CD pipeline. It reduces risk of operator error by automating repetitive tasks and ensuring consistency across environments. IaC does not necessarily provision resources at a lower cost, secure your credentials, or prevent manual modifications to your resources - these depend on other factors such as your cloud provider, your security practices, and your access policies.

Topics

#Infrastructure as Code#IaC Advantages#Automation#Consistency

Community Discussion

No community discussion yet for this question.

Full TERRAFORM-ASSOCIATE-004 Practice