Terraform Associate Exam QuestionsBrowse all questions from this exam

Terraform Associate Exam - Question 296


Before you can use a remote backend, you must first execute terraform init.

Show Answer
Correct Answer: A

Before using a remote backend, you need to run 'terraform init' to initialize your working directory, download necessary provider plugins, and configure the backend for state storage. This ensures that the setup is properly configured before any further Terraform commands are executed.

Discussion

2 comments
Sign in to comment
Ramdi1Option: A
Nov 25, 2023

This command initializes a working directory containing Terraform configuration files, downloads provider plugins and sets up the backend for state storage

090200fOption: A
Aug 5, 2024

repeated question