What command does Terraform require the first time you run it within a configuration directory?
What command does Terraform require the first time you run it within a configuration directory?
The 'terraform init' command is used to initialize a working directory containing Terraform configuration files. This step is required before any other Terraform commands can be run in a new configuration directory, as it prepares the directory by installing required modules and providers.
it is B
Agree with B
Vote B
B is correct terraform init
init downloads things from git so it can be used when you run terraform apply.
B is correct answer.
B is correct , init starts the backend and prepare terraform
B is the answer, terraform init
B. terraform init is correct answer it initializes all resource config need to current directory (path)
B. terraform init
init b